# locales Get all published locales/languages available in the store ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { locales { # Fields from Locale type } } ``` ## Arguments This query accepts no arguments. ## Return Type Returns an array of [`Locale`](/reference/storefront/v1/objects/locale) objects containing information about each published locale/language available in the store. ## Example ```graphql { locales { country currency defaultLocale language name } } ``` ## Related Types - [`Locale`](/reference/storefront/v1/objects/locale)