---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Translating text fields

# Translating text fields {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Translate long pieces of text into the language of the user.

Translated text fields allow the same field to display different content based on the language of the user.  
There are two different translated text fields:

* Translated Text: Stores long text values in plain text.
* Translated HTML: Store long text values in HTML.
{#c_UseTranslatedText__ul_a2c_q33_3p}

These fields operate the same as normal text and HTML fields respectively, except that they can store multiple inputs in multiple languages. The most frequent use of translated text fields is Service Catalog names, descriptions, or variables.  
Note:  
There is a slight performance penalty associated with changing a normal HTML or text field into a translated HTML or text field. It is best only to use translated fields if the translated capability is required.

For translated text and HTML fields, the English language text is stored in the main table, but the values of other languages are stored in the Translated Text \[sys_translated_text\] table. Each translated field on every row has one
or more entries in the Translated Text table: one per language for which ServiceNow provides a translation. For more information, see [Translated text table](https://www.servicenow.com/docs/dNR91VXsy2b19f_TFNY3aw "The Translated Text [sys_translated_text] table stores translations for fields with the field type translated_text or translated_html (see the dictionary entry).").  
Note:  
Knowledge article translation uses a separate system that relies on the I18N: Knowledge Management Internationalization Plugin. If this plugin is not activated, knowledge article translation falls back on the system described here, with translations kept in the Translated Text \[sys_translated_text\] table. For more information about Knowledge Management internationalization, see [Translation management](https://www.servicenow.com/docs/access?context=translation-management&version=australia&pubname=australia-servicenow-platform&ft:locale=en-US) in the Knowledge Management documentation.

## Translate long text content {#ariaid-title2}

Translate the content of translated text and HTML fields directly in the form where the content is specified.

### Before you begin

Role required: admin

### About this task

Use the following procedure to translate the content for customer-created text fields. To edit existing text translations, export the records from the Translated Text table and follow the procedure in [Export and edit translation records](https://www.servicenow.com/docs/MBaiPGECqrppeymqpjCSSQ#t_TranslateTheInterface "Export translation records to translate to additional languages in your preferred translation environment and import the new or edited translation records through import sets.").

### Procedure

1. Open the record with the field that you want to translate.
2. Verify that the field whose content you want to translate is a translated_text or translated_html field.  
   The following steps are one possible way to verify a field type:
   1. Right-click the label of the field and select Configure dictionary.  
      In this example, the context menu has been opened for the Name field for a record in the Record Producer \[sc_cat_item_producer\] table.Figure 1. Context menu for field
   2. In the Dictionary Entry record that opens, confirm that the Type field is Translated Text or Translated HTML.  
      In this example, you see that the Name field is of the type Translated Text.Figure 2. Dictionary entry for field
   3. Navigate back to the form.
   {#t_TranslateLongTextContent__substeps_k44_sr2_d3b}
3. Use the language picker to switch to the desired language.
4. In the relevant field, replace the English text with the text of the target language.
5. Select Submit.  
   A new record in the Translated Text \[sys_translated_text\] table for the active language is added. For more information about this table, see [Translated text table](https://www.servicenow.com/docs/dNR91VXsy2b19f_TFNY3aw "The Translated Text [sys_translated_text] table stores translations for fields with the field type translated_text or translated_html (see the dictionary entry).").

