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
DebajyotiDebajyoti 

Store Custom Field Translation in Apex variable

Hello All,
I need your help to resolve this issue:
Is it possible to get the translation value for a field for a certain language and store it in a apex variable? AND Is there any Object which stores Translation value for different Language so that we can perform DML operation on that object using apex or VF.

For an example. i want to create a Visualforce Page:

Language Selected from a Select List : CN
Object Slected from a Select List : Account:

Display fields in a PageBlockTable with two column Field Label(in English) and Current Translation (Translated using workbench in Slected laguage).

Thanks and Regards
Debajyoti Mondal

DebajyotiDebajyoti

I have gone through these documents. But did not find any Idea.

One example would be really appreciating.. 

 

Thanks

Debajyoti