8 Standard DataTypes

8.5 LocalizedText

This Built-in DataType defines a structure containing a String in a locale-specific translation specified in the identifier for the locale. Its elements are defined in Table 26.
Table 26 – LocalizedText Definition
Name | Type | Description |
---|---|---|
LocalizedText | structure | |
locale | LocaleId | The identifier for the locale (e.g. “en-US”). |
text | String | The localized text. |