Locale Translation Object Reference

Overview

Locale Translations are key/value pairs of translations that belong to a Theme Locale

Property Value
API Name s_c__Locale_Translation__c
Label Locale Translation
Plural Label Locale Translations
Type Custom Object

Fields

Field Label API Name Type Required Description
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
Theme Locale s_c__Theme_Locale_Id__c MasterDetail (s_c__Theme_Locale__c) No The Theme Locale this Translation belongs to
Unique Locale Key s_c__Unique_Locale_Key__c Text(255) No An internal field to ensure uniqueness
Value s_c__Value__c LongTextArea(32768) No The translation for the Key in the language represented by the Theme Locale
StoreConnect External ID s_c__sC_Id__c Text(36) No StoreConnect External ID, do not modify in Salesforce

Relationships

Field Type Related Object Relationship Name
s_c__Theme_Locale_Id__c MasterDetail s_c__Theme_Locale__c Theme_Translations