Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ExternalStringLocalization

Represents the translation of custom labels for a UI component represented by the ExternalString object. This object is available in API version 49.0 and later.

Supported SOAP API Calls

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

Supported REST API HTTP Methods

DELETE, GET, PATCH, POST

Special Access Rules

  • Your organization must be using Professional, Enterprise, Performance, Unlimited, or Developer edition.
  • Translation Workbench and data translation must be enabled in your org.
  • To view this object, you must have the “View Setup and Configuration” permission.

Limitations

SOSL Limitations

Fields

Field Details
ExternalStringId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the ExternalString associated with the custom label that is being translated.
Language
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort
Description
The language for this translated text.

You can’t change the language of an existing ExternalString.

Note

ManageableState
Type
ManageableState enumerated list
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Indicates the manageable state of the specified component that is contained in a package:
  • beta
  • deleted
  • deprecated
  • deprecatedEditable
  • installed
  • installedEditable
  • released
  • unmanaged
NamespacePrefix
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The namespace of the package of which the custom label is a part.
Value
Type
string
Properties
Create, Filter, Sort, Update
Description
The translated string value, limited to 32,000 characters or 96,000 bytes of data, up to the length of the translated string.