Translation

The Translation object represents the languages enabled for translation in your Salesforce org. This object is available in API version 47.0 and later.

Supported Calls

create(), describeSObjects(), query(), retrieve(), update(), upsert()

Special Access Rules

  • Your organization must be using Enterprise, Performance, Unlimited, or Developer edition.
  • To view this object, you must have the “View Setup and Configuration” permission.
  • To use the create(), update(), and upsert() calls, Translation Workbench must be enabled in your org.
  • To manage translations, Translation Workbench must be enabled in your org. Specify translators for each language through the Translation Language Settings Setup page.

Fields

Field Details
CanManage
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the language is available for translation (true) or not (false).

Specify translators for each language through the Translation Language Setup page.

IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the translated values for this language display to users (true) or not (false).
Language
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort
Description
The language code. See the Salesforce Help for a full list of languages and their codes.