How To: Create Multilingual Documents
Output translated values with Translation Workbench, substitute, or toLabel().
Problem
Solution 1: Using Translation Workbench
{{!Product2.Color__c translate="true"}}Solution 2: Using Substitute in Related Lists
<!--{{!
<lineitems>
<listname>opportunitylineitems</listname>
<column>PricebookEntry.Product2.name</column>
<column substitute="true,Ja,false,Nein">IsActive__c</column>
<column substitute="1,Januar,2,Februar,3,März,4,April,5,Mai,6,Juni,7,Juli,8,August,9,September,10,Oktober,11,November,12,Dezember">Month_Number__c</column>
</lineitems>
}}-->Solution 3: Using SOQL with toLabel()
Tips
PreviousHow To: Convert Text to Uppercase or LowercaseNextHow To: Replace Values with Different Text
Last updated
Was this helpful?

