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.

Name

Available from version

Availability

Data type

Default value

Description

default

1.20

Always

String

-

Contains the text of the default language

(x)

1.20

Optional

String

-

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.