You need to sign in to do that
Don't have an account?

Ho to get Translation Workbench values in apex or visual force
Hi All,
I would like to know if there is any way to get the translation values of a field's label / value into apex class or visualforce.
Let's say I have a custom field, call "X" which translated to "X1" (not a custom label).
I need the ability to display both field's labels inside the visual force page i.e. :"X" / "1".
I didn't found any solution for this issue, all the solution I had found not support in this kind of requiremnet,
I'll appriciate any help,
Thanks in advance
one possible approach could be to use custom labels, with translated values.
using a label (System.Label.Label_Name or $Label.Label_Name) retrieves the locale specific value.
also just a thought, but I'm wondering if you've translate values in the workbench, do describe calls return the translated field name values ?