function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Insane@blrInsane@blr 

Get Translated values from picklist

Hello Everyone,

 

I am facing problem with translation. The issue, I have picklist with values. I have added translations for pick list values based on the language. The problem when i try to query or when i try invoke in formula field i getting actual value instead of traslation value.Can anybody help on this.

 

Regards,

Insane

Andy BoettcherAndy Boettcher

Assuming this is a Visualforce Page - you'll need to add this to your page tag:

 

<apex:page language="{!$CurrentPage.parameters.lang}">
Insane@blrInsane@blr

Hi ,

 

Thanks for providing your response.Sorry it is not visual force page.It is standard layout.

 

Regards,

 

JMReisJMReis

Hi, 

 

Did you get a solution?

 

Thanks