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