Structure "Localization language"
This structure describes the element of the "Localization languages" directory.
Field description
Name | Description | Data type | Required |
---|---|---|---|
mnemo | Localization language mnemonics in the format ISO 639-1. | String | + |
name | Local language name in a given country, non-localized. | String | + |
Sample
{
"mnemo": "uk",
"name": "Українська"
}