Skip to main content

Locale use

If you include data in your inventory file in more than one language, the dimension_name and the variant_group_info string must be in the same language regardless of the locale.

For example, in the descriptions below, the dimension name Color and the variant group info Size is the same in both English and French:

English (EN)

{"Color":{"heading":"Color","columns":{"display_text":"colour_name"}},"Size":{"heading":"Size","columns":{"display_text":"size"}}}

French (FR)

{"Color":{"heading":"Couleur","columns":{"display_text":"colour_name"}},"Size":{"heading":"Taille","columns":{"display_text":"size"}}}