Skip to main content
Skip table of contents

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.

NameAvailable from versionAvailabilityData typeDefault valueDescription
default1.20AlwaysString-Contains the text of the default language
(x)1.20OptionalString-Contains the text of the language that corresponds to the language code (x)

Example

CODE
"message": {
    "default": "Note",
    "de": "Anmerkung"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.