Language variables (langvars) are key-value pairs that store all text content in your Venddor store. This allows different languages to display different texts for the same content area.
Values
column in the table merely shows what kind of data you can expect in the fields.
Field | Values | Description |
---|---|---|
lang_code |
string | The two-letter language code, for example, en . |
name |
string | The name of the language variable. |
value |
string | The value of the language variable for the language with the specified lang_code . |
{ "lang_code": "en", "name": "shopping_cart", "value": "Shopping Cart" }
Language variables are extensively used throughout the Venddor system. When managing multi-language stores, you'll need to create and update language variables for each supported language.