Fields
_id
StringUnique id. For example, 'lang_123456' or '67890abcdef'.
company_id
StringCompany id
application_id
StringApplication id
locale
StringLocal code for language. For example, 'en_US', 'hi_IN', or 'ar_SA'.
direction
StringDirection for perticular locale. For example, 'ltr' (left-to-right) or 'rtl' (right-to-left).
name
StringName of language. For example, 'English' or 'Hindi'.
display_name
StringName of language visible on storefront. For example, 'English (US)' or 'हिंदी'.
is_default
BooleanDefault or not. For example, true or false.
published
BooleanPublished or not. For example, true or false.
created_by
StringCreated by user id
modified_by
StringUpdated by user id
created_on
StringCreated at time. For example, '2024-01-15T10:30:00Z'.
modified_on
StringUpdated at time. For example, '2024-01-20T14:45:00Z'.
Was this section helpful?