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
shivangi gulati 7shivangi gulati 7 

How to fetch Object and its fields translated values

We have requirement to fetch the translated labels/field values of Standard/Custom object labels along with fields and its values in translated language.  Which table in SF provides the translated values of Objects, fields and record values
SwethaSwetha (Salesforce Developers) 
HI Shivangi,

In Salesforce, these are stored in different metadata components. To fetch the translated values, you can use the following approaches:

> Custom Labels:
Custom labels can be used to store translated values for various components, including object labels and field labels.
You can create custom labels for each translated value and reference them in your code or configuration.
Custom labels can be accessed using the $Label global variable or by querying the CustomLabels object in the Salesforce Metadata API.

> Translation Workbench:
The Translation Workbench allows you to translate various components, including object labels, field labels, and picklist values, among others.
Translations are stored in the CustomObjectTranslation, FieldDefinition, and PicklistValueTranslation objects in the Salesforce Metadata API.
You can use the Metadata API to retrieve translations for objects and fields.

> Record Translations:
Record translations allow you to translate record values for specific fields.
Translated field values are stored in the FieldTranslation object in the Salesforce Metadata API.
You can use the Metadata API to retrieve translated field values for specific records.

Related: 
https://help.salesforce.com/s/articleView?id=sf.workbench.htm&type=5
 
SwethaSwetha (Salesforce Developers) 
Last chance to connect accounts to associate content/Join TBC support hub

Important Update - last chance
User-added image
Heads up — this is your last chance to get your Trailblazer account set up and connected to your forums discussions on this site.

Please take these steps before November 30, 2023, 11:59 p.m. PT to ensure your contributions follow you to the Trailblazer Community:
  1. If you’re not already a member of the Trailblazer Community, sign up for a Trailblazer account using the same login email address associated with your Developer Discussion Forums account. This is crucial.
  2. If you already have a Trailblazer account, and it’s using a different email address from your Developer Discussion Forums account, we recommend that you log in to the Trailblazer Community and connect your forums email address to your Trailblazer account.
Find more info & support
We know that moving platforms can be a hassle, so we created a special forums users group, the Migration Support Hub, in the Trailblazer Community where you can find other forums users and get training videos, the latest information, and assistance.

We want to thank you for all of your time, energy, and contributions made here in the Salesforce Discussion Forums.
We’ll see you in the Trailblazer Community!

Sincerely,
The Forums Support Team