LocalizedString
Description
Contains a text in different languages.
Properties
This object consists of key value pairs. The key is the language code (in ISO-format) and the value contains the appropriate translation.
Name | Available from version | Availability | Data type | Default value | Description |
---|---|---|---|---|---|
default | 1.20 | Always |
| - | Contains the text of the default language |
| 1.20 | Optional |
| - | Contains the text of the language that corresponds to the language code (x) |
Example
"message": {
"default": "Note",
"de": "Anmerkung"
}