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
Warren 'dev' SchembriWarren 'dev' Schembri 

How to get Translated Values

I'm trying to find an example of how you go about getting the translated values that are stored in Salesforce. In particular, the translations for Layout Sections.

 

I assume this is possible but I am a little lost as to how you could do this and what I need is some kind of working example.

 

From what I can see with documentation, it would be something like this:

CustomObjectTranslation.LayoutTranslation[].sections

 

Any help would be appreciated.

 

Thanks in advance.

Warren

sandeep@Salesforcesandeep@Salesforce

See,  In Salesforce we can translate any field's Label & custom Label's in to any langauage ( enabled in org) so fort this we can goto workbench translate settng. and you will get all options to do it.