Documentation

i18n Property

Represents a string that can be resolved via a localization properties file. You can use the same i18n Property key and value in multiple places if you like, but identical keys must have identical values.

Example

{
  "name": {
    "value": "jim",
    "i18n": "my.name.is.jim"
  }
}

Properties

value

Type
string
Required
Yes
Description

The human-readable value

i18n

Type
string
Description

The localization key for the human-readable value. If this key is provided, it will be looked up in an I18n properties file to get the value.