{"title":"Locale Translation Object Reference","slug":"locale-translation-object-reference","url":"https://support.storeconnect.com/articles/locale-translation-object-reference","url_markdown":"https://support.storeconnect.com/articles/locale-translation-object-reference.md","subtitle":null,"summary":"Locale Translations are key/value pairs of translations that belong to a Theme Locale","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Locale Translation, s_c__Locale_Translation__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nLocale Translations are key/value pairs of translations that belong to a Theme Locale\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Locale_Translation__c` |\n| **Label** | Locale Translation |\n| **Plural Label** | Locale Translations |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Key | `s_c__Key__c` | Text(236) | Yes | A unique value that represents the Translation. See our help documentation on \"Custom Themes\" for more information |\n| Theme Locale | `s_c__Theme_Locale_Id__c` | MasterDetail ([s_c__Theme_Locale__c](theme-locale-object-reference)) | No | The Theme Locale this Translation belongs to |\n| Unique Locale Key | `s_c__Unique_Locale_Key__c` | Text(255) | No | An internal field to ensure uniqueness |\n| Value | `s_c__Value__c` | LongTextArea(32768) | No | The translation for the Key in the language represented by the Theme Locale |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Theme_Locale_Id__c` | MasterDetail | [s_c__Theme_Locale__c](theme-locale-object-reference) | Theme_Translations |"}