--- title: LanguageCode - Storefront API description: > Supported languages for retrieving translated storefront content. Pass a language code to the [`@inContext`](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/in-context) directive to return product titles, descriptions, and other translatable fields in that language. The [`Localization`](/docs/api/storefront/2026-01/objects/Localization) object provides the list of available languages for the active country, and each [`Country`](/docs/api/storefront/2026-01/objects/Country) in [`availableCountries`](/docs/api/storefront/2026-01/objects/Localization#field-Localization.fields.availableCountries) includes its own available languages. api_version: 2026-01 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/enums/LanguageCode' md: 'https://shopify.dev/docs/api/storefront/latest/enums/LanguageCode.md' --- # Language​Code enum Supported languages for retrieving translated storefront content. Pass a language code to the [`@inContext`](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/in-context) directive to return product titles, descriptions, and other translatable fields in that language. The [`Localization`](https://shopify.dev/docs/api/storefront/2026-01/objects/Localization) object provides the list of available languages for the active country, and each [`Country`](https://shopify.dev/docs/api/storefront/2026-01/objects/Country) in [`availableCountries`](https://shopify.dev/docs/api/storefront/2026-01/objects/Localization#field-Localization.fields.availableCountries) includes its own available languages. ## Valid values * AF Afrikaans. * AK Akan. * AM Amharic. * AR Arabic. * AS Assamese. * AZ Azerbaijani. * BE Belarusian. * BG Bulgarian. * BM Bambara. * BN Bangla. * BO Tibetan. * BR Breton. * BS Bosnian. * CA Catalan. * CE Chechen. * CKB Central Kurdish. * CS Czech. * CU Church Slavic. * CY Welsh. * DA Danish. * DE German. * DZ Dzongkha. * EE Ewe. * EL Greek. * EN English. * EO Esperanto. * ES Spanish. * ET Estonian. * EU Basque. * FA Persian. * FF Fulah. * FI Finnish. * FIL Filipino. * FO Faroese. * FR French. * FY Western Frisian. * GA Irish. * GD Scottish Gaelic. * GL Galician. * GU Gujarati. * GV Manx. * HA Hausa. * HE Hebrew. * HI Hindi. * HR Croatian. * HU Hungarian. * HY Armenian. * IA Interlingua. * ID Indonesian. * IG Igbo. * II Sichuan Yi. * IS Icelandic. * IT Italian. * JA Japanese. * JV Javanese. * KA Georgian. * KI Kikuyu. * KK Kazakh. * KL Kalaallisut. * KM Khmer. * KN Kannada. * KO Korean. * KS Kashmiri. * KU Kurdish. * KW Cornish. * KY Kyrgyz. * LA Latin. * LB Luxembourgish. * LG Ganda. * LN Lingala. * LO Lao. * LT Lithuanian. * LU Luba-Katanga. * LV Latvian. * MG Malagasy. * MI Māori. * MK Macedonian. * ML Malayalam. * MN Mongolian. * MO Moldavian. * MR Marathi. * MS Malay. * MT Maltese. * MY Burmese. * NB Norwegian (Bokmål). * ND North Ndebele. * NE Nepali. * NL Dutch. * NN Norwegian Nynorsk. * NO Norwegian. * OM Oromo. * OR Odia. * OS Ossetic. * PA Punjabi. * PL Polish. * PS Pashto. * PT Portuguese. * PT\_​BR Portuguese (Brazil). * PT\_​PT Portuguese (Portugal). * QU Quechua. * RM Romansh. * RN Rundi. * RO Romanian. * RU Russian. * RW Kinyarwanda. * SA Sanskrit. * SC Sardinian. * SD Sindhi. * SE Northern Sami. * SG Sango. * SH Serbo-Croatian. * SI Sinhala. * SK Slovak. * SL Slovenian. * SN Shona. * SO Somali. * SQ Albanian. * SR Serbian. * SU Sundanese. * SV Swedish. * SW Swahili. * TA Tamil. * TE Telugu. * TG Tajik. * TH Thai. * TI Tigrinya. * TK Turkmen. * TO Tongan. * TR Turkish. * TT Tatar. * UG Uyghur. * UK Ukrainian. * UR Urdu. * UZ Uzbek. * VI Vietnamese. * VO Volapük. * WO Wolof. * XH Xhosa. * YI Yiddish. * YO Yoruba. * ZH Chinese. * ZH\_​CN Chinese (Simplified). * ZH\_​TW Chinese (Traditional). * ZU Zulu. *** ## Fields * [Language.isoCode](https://shopify.dev/docs/api/storefront/latest/objects/Language#field-Language.fields.isoCode) OBJECT A language available for a localized storefront experience. Provides the language name in both its native form (endonym) and translated into the current language, along with its [`LanguageCode`](https://shopify.dev/docs/api/storefront/current/enums/LanguageCode). Returned by the [`Localization`](https://shopify.dev/docs/api/storefront/current/objects/Localization) and [`Country`](https://shopify.dev/docs/api/storefront/current/objects/Country) objects to indicate available and active languages. Pass the `isoCode` to the [`@inContext`](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/in-context) directive to retrieve translated content in that language. *** ## Map ### Fields with this enum * [Language.isoCode](https://shopify.dev/docs/api/storefront/latest/objects/Language#field-Language.fields.isoCode)