Skip to main content

Language

This model represents language.

PropertyTypeDescriptionInformation
idintLanguage identifierISO 639-2 Code unique for single language. Read-only.
namestringLocalized name of languageRead-only.
original_namestring or nulloriginal language nameName of the language in the languages's native speech. Read-only.
is_activeboolActive stateInactive languages are not shown nor required on input.
is_defaultboolDefault stateDefault language is used as fallback language.
created_atDateTimeLanguage creation date and timeRead-only.

Example:

{
"id": "eng",
"name": "English",
"original_name": "English",
"is_active": true,
"is_default": false,
"created_at": "2019-08-07 12:29:14"
}