Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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

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