Language

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Language
codestringtrueCode of the Language (ISO 6391)
namestringtrueName of the Language
nameI18nstringtrueName of the Language translated to user
nativeNamestringtrueNative name of the Language

JSON representation

{
"id": 1,
"code": "ES",
"name": "Spanish",
"nameI18n": "Spanish",
"nativeName": "Español"
}