# TranslatableContent - admin - OBJECT Version: 2024-07 ## Description Translatable content of a resource's field. ### Access Scopes ## Fields * [digest](/docs/api/admin/2024-07/scalars/String): String - Hash digest representation of the content value. * [key](/docs/api/admin/2024-07/scalars/String): String! - The resource field that's being translated. * [locale](/docs/api/admin/2024-07/scalars/String): String! - Locale of the content. * [type](/docs/api/admin/2024-07/enums/LocalizableContentType): LocalizableContentType! - Type of the translatable content. * [value](/docs/api/admin/2024-07/scalars/String): String - Content value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples