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
Antonino CupiAntonino Cupi 

Trigger to get the Translated value by Translate Workbench based on a specific field of the object

Hi all,

I have many picklist values translated by the Translate Workbench depending on the User Language, but I would get these values translated depending on a specific value of a field in the same object. In detail, I have the field "Payment Term" in the "Quote" object translated by the Translate Workbench, I would get the translated value of the "Payment Term" depending on the field "Quote Language" (This field is in the "Quote" object). How can I retrieve this requirement?

Thanks in advance,

Antonino
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Antonino,
  • May I suggest you please refer the below link for reference.
https://salesforce.stackexchange.com/questions/128839/translating-data-using-apex-triggers/128862

Thanks 
Rahul Kumar