Click or drag to resize

AppText Class

Static methods for retrieving built-in labels and captions
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppText

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static class AppText

The AppText type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFormatText
Returns a formatted text with the provided key in the current culture.
Public methodStatic memberGetCulture
Returns a CultureInfo object based on the provided languageId
Public methodStatic memberGetJSStrings(CultureInfo)
Public methodStatic memberGetJSStrings(Int32)
Returns all strings which are marked for client side usage
Public methodStatic memberGetText
Returns the caption with the provided key in the provided language
Public methodStatic memberGetTextTranslations
Returns an object with all defined translations for an AppText.
Top
See Also