--- title: Locale - GraphQL Admin description: A locale. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/locale md: https://shopify.dev/docs/api/admin-graphql/latest/objects/locale.md --- # Locale object A locale. ## Fields * iso​Code [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null Locale ISO code. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null Human-readable locale name. *** ## Map No referencing types *** ## Queries * [available​Locales](https://shopify.dev/docs/api/admin-graphql/latest/queries/availableLocales) query A list of available locales. *** ## \Locale Queries ### Queried by * \[available​Locales](https://shopify.dev/docs/api/admin-graphql/latest/queries/availableLocales)