Skip to main content

LanguageData Model

Overview

Stores multilingual translations and language configurations.

Fields

FieldTypeDescriptionRequired
idstringAuto generated id
keystringKey represents a specific word or phrase in the language
valuestringThe value of the transltion for the key in the specific language
modulestringOptional module name where this translation applies
selectedLanguagesanyList of selected languages where this translation applies
language_idstringId representing the language of this translation
user_idstringOptional user id of the person who created or modified this translation
created_atdateTimestamp of creation
modified_atdateTimestamp of modification

Sample JSON

{
"id": "example_value",
"key": "example_value",
"value": "example_value",
"module": "example_value",
"selectedLanguages": "example_value",
"language_id": "example_value",
"user_id": "example_value",
"created_at": "example_value",
"modified_at": "example_value"
}