DE EN EN (Google)

L10n

This type is a localized string field. For each culture supported by the server, there is an attribute containing the localized string. If the attribute has to be given (not “optional”), at least one culture must be not null. If the attribute is marked as “unique”, it means that its values have to be unique for the same culture.

Example of an l10n field:

{
    "name": {
        "de-DE": "Katalog Mai 2014",
        "en-US": "Catalog May 2014"
    }
}