{"title":"Theme Locale Object Reference","slug":"theme-locale-object-reference","url":"https://support.storeconnect.com/articles/theme-locale-object-reference","url_markdown":"https://support.storeconnect.com/articles/theme-locale-object-reference.md","subtitle":null,"summary":"Theme Locales contain translation content for various languages and belong to a Theme","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Theme Locale, s_c__Theme_Locale__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nTheme Locales contain translation content for various languages and belong to a Theme\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Theme_Locale__c` |\n| **Label** | Theme Locale |\n| **Plural Label** | Theme Locales |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Indicates whether the Locale is ready to be used in the Theme. Keep it unchecked until the Theme Locale is complete and ready for use |\n| Locale | `s_c__Code__c` | Picklist | Yes | The Locale for this Theme Locale |\n| Default | `s_c__Default__c` | Checkbox | No | Indicates whether the Locale is the default locale for the Theme. There should be only one Theme Locale that is the default |\n| Theme | `s_c__Theme_Id__c` | MasterDetail ([s_c__Theme__c](theme-object-reference)) | No | The Theme this Theme Locale belongs to |\n| Unique Theme Code | `s_c__Unique_Theme_Code__c` | Text(255) | No | An internal field to ensure uniqueness |\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_Id__c` | MasterDetail | [s_c__Theme__c](theme-object-reference) | Theme_Locales |\n\n## Referenced by\n\nThese objects hold a lookup or master-detail relationship to **Theme Locale** (`s_c__Theme_Locale__c`). Where the referring record exists to join things together, **Also links to** shows what it connects this object to.\n\n| Object | Field | Type | Relationship Name | Also links to |\n|--------|-------|------|-------------------|---------------|\n| [s_c__Locale_Translation__c](locale-translation-object-reference) | `s_c__Theme_Locale_Id__c` | MasterDetail | Theme_Translations | — |"}