--- title: Localization - Storefront API description: Information about the localized experiences configured for the shop. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/localization md: https://shopify.dev/docs/api/storefront/latest/objects/localization.md --- # Localization object Information about the localized experiences configured for the shop. ## Fields * available​Countries [\[Country!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Country) non-null The list of countries with enabled localized experiences. * available​Languages [\[Language!\]!](https://shopify.dev/docs/api/storefront/latest/objects/Language) non-null The list of languages available for the active country. * country [Country!](https://shopify.dev/docs/api/storefront/latest/objects/Country) non-null The country of the active localized experience. Use the `@inContext` directive to change this value. * language [Language!](https://shopify.dev/docs/api/storefront/latest/objects/Language) non-null The language of the active localized experience. Use the `@inContext` directive to change this value. * market [Market!](https://shopify.dev/docs/api/storefront/latest/objects/Market) non-nullDeprecated *** ## Map No referencing types *** ## Queries * [localization](https://shopify.dev/docs/api/storefront/latest/queries/localization) query Returns the localized experiences configured for the shop. *** ## \Localization Queries ### Queried by * \[localization](https://shopify.dev/docs/api/storefront/latest/queries/Localization)