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



JSON representation

Code Block
languagepowershell
themeDJango
{
    "id": 1,
	"code": "ES",
	"name": "Spanish"
}