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

# AttributeTranslatableContent Object

Represents attribute's original translatable fields and related translations.

```graphql
type AttributeTranslatableContent implements Node {
  id: ID!
  attributeId: ID!
  name: String!
  translation(languageCode: LanguageCodeEnum!): AttributeTranslation
  attribute: Attribute @deprecated
}
```

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

### Fields

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

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

The ID of the attribute translatable content.

<a id="attribute-id"></a>

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

The ID of the attribute to translate.

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

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

Name of the attribute to translate.

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

#### [`translation`](#translation) ● [`AttributeTranslation`](/api-reference/attributes/objects/attribute-translation.md)

Returns translated attribute fields for the given language code.

<a id="attribute-translatable-content-translation-language-code"></a>

##### [`languageCode`](#attribute-translatable-content-translation-language-code) ● [`LanguageCodeEnum!`](/api-reference/miscellaneous/enums/language-code-enum.md)

A language code to return the translation for attribute.

Show deprecatedHide deprecated

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

#### [`attribute`](#attribute) ● [`Attribute`](/api-reference/attributes/objects/attribute.md)

DEPRECATED

Get model fields from the root level queries.

Custom attribute of a product.

<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

[`AttributeTranslation`](/api-reference/attributes/objects/attribute-translation.md) object  ● [`AttributeValueTranslatableContent`](/api-reference/attributes/objects/attribute-value-translatable-content.md) object

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

### Implemented By

[`TranslatableItem`](/api-reference/miscellaneous/unions/translatable-item.md) union
