--- title: Language - Storefront API description: A language. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/objects/Language' md: 'https://shopify.dev/docs/api/storefront/unstable/objects/Language.md' --- # Language object A language. ## Fields * endonym​Name [String!](https://shopify.dev/docs/api/storefront/unstable/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/unstable/enums/LanguageCode) non-null The ISO code. * name [String!](https://shopify.dev/docs/api/storefront/unstable/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/unstable/objects/Country#field-Country.fields.availableLanguages) * {}[Country.defaultLanguage](https://shopify.dev/docs/api/storefront/unstable/objects/Country#field-Country.fields.defaultLanguage) * {}[Localization.availableLanguages](https://shopify.dev/docs/api/storefront/unstable/objects/Localization#field-Localization.fields.availableLanguages) * {}[Localization.language](https://shopify.dev/docs/api/storefront/unstable/objects/Localization#field-Localization.fields.language)