extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | Translator |
ClassCategory | string | Localization |
summary | string | Produces localized strings for a locale. |
Properties
1LocaleId
string| Field | XML type | Value |
|---|---|---|
Name | string | LocaleId |
summary | string | The locale used for translated output. |
Functions
2FormatByKey
(key: string, args: Variant) → string| Field | XML type | Value |
|---|---|---|
Name | string | FormatByKey |
summary | string | Returns localized text for a key with optional format arguments. |
Translate
(context: Instance, text: string) → string| Field | XML type | Value |
|---|---|---|
Name | string | Translate |
summary | string | Returns localized text for a context and source string. |