localization
Information about the countries and languages that are available on a store.
The localization
object can be used in a localization form.
To learn about how to offer localization options in your theme, refer to Support multiple currencies and languages.
Properties
- available_
languages array of shop_locale The languages that are available on the store.
- language
The currently selected language on the storefront.
Anchor to
Anchor to
{
"available_countries": [],
"available_languages": [],
"country": {},
"language": {},
"market": {}
}
{
"available_countries": [],
"available_languages": [],
"country": {},
"language": {},
"market": {}
}
Was this section helpful?