Field Label table
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Localization
Field Label table
The Field Label [sys_documentation] table stores the text of table names along with the singular and plural labels for each field in the table.
For each table name and field label, the Field Label table contains a record for each
installed language. ServiceNow uses
the table and field names from this table to display lists and forms in the proper language.
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.
- Language: BCP 47 code of the language for the translated text.
- Label: translated text that users see.
- Plural: plural of the label.
- Help: reserved for future use. A question mark (?) icon appears next to hint labels when accessibility mode is enabled.
- Hint: text that pops up when the cursor rests on the field.
- URL: URL for a web page that provides information about the field. When a URL is provided, the text appears blue and underlined to indicate the label is clickable.
![List of Field labels showing field names in the element column and label translations in English and Spanish.](https://servicenow-be-prod.servicenow.com/bundle/xanadu-platform-administration/page/administer/localization/reference/../image/FieldLabel.png?_LANG=enus)
![An Incident record with field labels translated into Spanish.](https://servicenow-be-prod.servicenow.com/bundle/xanadu-platform-administration/page/administer/localization/reference/../image/TranslatedField.png?_LANG=enus)
Related Content
- Translate a field label
Field labels are the names that appear on forms and lists to describe the type of information the field contains.