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
n_pavan_kumar1n_pavan_kumar1 

How to access the SFDC translations in my Java program

How to access the SFDC translations in my Java program like picklist values, field values and other translations? Please let us know if any workaround is there.

EnthEnth

Depending which metadata API field you're using, these should come through automatically based on the language settings of the user you use to connect. Or are you trying to access all the translations ? 

n_pavan_kumar1n_pavan_kumar1

Thanks for the reply..

I am basically looking for uploading the translations using Metadata API instead of manully going to Translation workbench and putting the translations. I would like to automate this process.

 

Are there any suggestions on this...

 

Looking forward for the reply.