object

Languages

Contains all application languages data for a translations
Fields
Unique id. For example, 'lang_123456' or '67890abcdef'.
company_id
String
Company id
application_id
String
Application id
locale
String
Local code for language. For example, 'en_US', 'hi_IN', or 'ar_SA'.
direction
String
Direction for perticular locale. For example, 'ltr' (left-to-right) or 'rtl' (right-to-left).
name
String
Name of language. For example, 'English' or 'Hindi'.
display_name
String
Name of language visible on storefront. For example, 'English (US)' or 'हिंदी'.
is_default
Boolean
Default or not. For example, true or false.
published
Boolean
Published or not. For example, true or false.
created_by
String
Created by user id
modified_by
String
Updated by user id
created_on
String
Created at time. For example, '2024-01-15T10:30:00Z'.
modified_on
String
Updated at time. For example, '2024-01-20T14:45:00Z'.