> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/attributes/llms.txt)
> Source: https://docs.saleor.io/api-reference/attributes/objects/attribute-translation

# AttributeTranslation Object

Represents attribute translations.

```graphql
type AttributeTranslation implements Node {
  id: ID!
  language: LanguageDisplay!
  name: String!
  translatableContent: AttributeTranslatableContent
}
```

<a id="fields"></a>

### Fields

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of the attribute translation.

<a id="language"></a>

#### [`language`](#language) ● [`LanguageDisplay!`](/api-reference/miscellaneous/objects/language-display.md)

Translation language.

<a id="name"></a>

#### [`name`](#name) ● [`String!`](/api-reference/miscellaneous/scalars/string.md)

Translated attribute name.

<a id="translatable-content"></a>

#### [`translatableContent`](#translatable-content) ● [`AttributeTranslatableContent`](/api-reference/attributes/objects/attribute-translatable-content.md)

Represents the attribute fields to translate.

<a id="interfaces"></a>

### Interfaces

<a id="node"></a>

#### [`Node`](/api-reference/miscellaneous/interfaces/node.md)

An object with an ID

<a id="member-of"></a>

### Member Of

[`Attribute`](/api-reference/attributes/objects/attribute.md) object  ● [`AttributeBulkTranslateResult`](/api-reference/attributes/objects/attribute-bulk-translate-result.md) object  ● [`AttributeTranslatableContent`](/api-reference/attributes/objects/attribute-translatable-content.md) object

<a id="implemented-by"></a>

### Implemented By

[`TranslationTypes`](/api-reference/miscellaneous/unions/translation-types.md) union
