Browse by categories
-
All
-
Collaboration
-
Configuration & Data Management
-
CPQ and Billing
-
Customer Service & Support
-
Desktop Integration
-
Einstein Analytics
-
Email
-
Email Marketing
-
Journey Management
-
Mobile
-
Mobile Messaging
-
Packaging, Uploading & Installing Apps
-
Reports & Dashboards
-
Sales & Marketing
-
Security
-
Social Marketing
-
Trailhead Challenges
-
Additional Products
Multiple language using custom label
I am new to Translataion Workbench functionalities using Custom Label. Need a help.
The ask is to show business specified messages on a visualforce page. Depending on language, the messages should appear in either English or Dutch or
I am able to create a master label in custom label and add french to Translation Information. And, it allows only one additon. Can someone help me with how to accomodate Dutch as well so that I can use it in visualforce page.
Please let me know if there is any wrong in my approach.
All Answers
https://help.salesforce.com/articleView?id=workbench_overview.htm&type=5
http://amitsalesforce.blogspot.com/2015/01/translation-workbench-salesforce.html
VF
https://developer.salesforce.com/forums/?id=906F00000009840IAA
The links were helpful indeed.
But, in one custom label, I am able to add one language i.e. French only. Now I need to add Dutch as well for Dutch users. How to achieve that? I need both Dutch and French. As shown in my screenshot, I have added French. Now I need to add Dutch of same. The translation information in custom doesnt let me add a second language. How to achieve that? Do I have to create another custom label for a second language (Dutch in my case) again?
The languages are active as well. As of now, since French is added, I can see french langauge only.
I have already added the custom label to my VF page:
<apex:outputText value="{!$Label.PreEligObjectTitle}" style="font-weight:bold"/>
That was simple :)