Localization
Information about the shop's configured localized experiences, including
available countries and languages. The country and language
fields reflect the active localization context, which you can change using the
directive on queries.
Use to list all countries with enabled localized experiences, and
to get languages available for the currently active country. Each
Country
includes its own currency, unit system, and available languages.
Anchor to FieldsFields
- availableCountries ([Country!]!)
- availableLanguages ([Language!]!)
- country (Country!)
- language (Language!)
- market (Market!): deprecated
- Anchor to availableCountriesavailable•[Country!]!
Countries non-null The list of countries with enabled localized experiences.
- Anchor to availableLanguagesavailable•[Language!]!
Languages non-null The list of languages available for the active country.
- Anchor to countrycountry•Country!non-null
The country of the active localized experience. Use the
directive to change this value.- Anchor to languagelanguage•Language!non-null
The language of the active localized experience. Use the
directive to change this value.- Anchor to marketmarket•Market!non-nullDeprecated
Anchor to QueriesQueries
- localization (Localization!)
- •query
Returns the shop's localization settings. Use this query to build country and language selectors for your storefront.
The
countryandlanguagefields reflect the active localized experience. To change the context, use thedirective with your desired country or language code.