Picklist values not translated
Last updated 2022-03-24 ·Reference W-885251 ·Reported By 246 users
In Review
Summary
When using Picklist fields in Visualforce (pages or email templates) with values that have been translated using the Translation Workbench the values are rendered in the native language.
Translation Workbench, Email Template, Language
Repro
Include the raw Picklist field in your page/template not using any VF tags. For example:
{!account.picklistfield}
The field value is displayed in the native language even for users defined with different language.
Workaround
Instead of using the raw Picklist field use VF tag outputField or inputField. For example:
<apex:outputField value="{!account.picklistfield}" />
Reported By (246)




























































































Is it Fixed?
Any unreleased services, features, statuses, or dates referenced in this or other public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make their purchase decisions based upon features that are currently available.