Translated Name / Field table
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Localization
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Translated Name / Fields [sys_translated] table stores translated values for text fields where the field type is translated_field (see the dictionary entry).
This option is available for text fields up to 255 characters in length. Some examples are
names, titles, and short descriptions. The main fields for this table are:
- Table: name of the table this translation applies to.
- Element: name of the field this translation applies to.
- Label (translate): translated text that users see on forms and lists.
- Language: BCP 47 code of the language for this translated text.
- Value: English value that causes this translated text to be displayed.

Related Content
- Translate a field value for the Classic Environment
Field values are the text entries that are used for fields with the type translated_field, such as the Title or Hint field in the Module [sys_app_module] table.
- Translate a related list name
Related lists appear at the bottom of forms. You can translate a related list name by configuring the list control.