--- title: Language - Storefront API description: A language. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/objects/language md: https://shopify.dev/docs/api/storefront/2025-01/objects/language.md --- # Language object A language. ## Fields * endonym​Name [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The name of the language in the language itself. If the language uses capitalization, it is capitalized for a mid-sentence position. * iso​Code [Language​Code!](https://shopify.dev/docs/api/storefront/2025-01/enums/LanguageCode) non-null The ISO code. * name [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The name of the language in the current language. *** ## Map ### Fields with this object * {}[Country.availableLanguages](https://shopify.dev/docs/api/storefront/2025-01/objects/Country#field-Country.fields.availableLanguages) * {}[Localization.availableLanguages](https://shopify.dev/docs/api/storefront/2025-01/objects/Localization#field-Localization.fields.availableLanguages) * {}[Localization.language](https://shopify.dev/docs/api/storefront/2025-01/objects/Localization#field-Localization.fields.language)