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

# AttributeValueTranslation Object

Represents attribute value translations.

```graphql
type AttributeValueTranslation implements Node {
  id: ID!
  language: LanguageDisplay!
  name: String!
  richText: JSONString
  plainText: String
  translatableContent: AttributeValueTranslatableContent
}
```

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

### Fields

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

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

The ID of the attribute value 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 value name.

<a id="rich-text"></a>

#### [`richText`](#rich-text) ● [`JSONString`](/api-reference/miscellaneous/scalars/jsonstring.md)

Translated rich-text attribute value.

Rich text format. For reference see [https://editorjs.io/](https://editorjs.io/)

<a id="plain-text"></a>

#### [`plainText`](#plain-text) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Translated plain text attribute value .

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

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

Represents the attribute value 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

[`AttributeValue`](/api-reference/attributes/objects/attribute-value.md) object  ● [`AttributeValueBulkTranslateResult`](/api-reference/attributes/objects/attribute-value-bulk-translate-result.md) object  ● [`AttributeValueTranslatableContent`](/api-reference/attributes/objects/attribute-value-translatable-content.md) object

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

### Implemented By

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