--- title: Translation - Storefront API description: Translation represents a translation of a key-value pair. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/Translation' md: 'https://shopify.dev/docs/api/storefront/latest/objects/Translation.md' --- # Translation object Translation represents a translation of a key-value pair. ## Fields * key [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The key of the translation. * value [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The value of the translation. *** ## Map ### Fields with this object * [Shop.customerAccountTranslations](https://shopify.dev/docs/api/storefront/latest/objects/Shop#field-Shop.fields.customerAccountTranslations)