Changing Translations for Existing Fields

Objectives

After completing this lesson, you will be able to:
  • Leverage the Field Translation Mapping in JSON Field Configuration Export to find standard descriptions
  • Change field labels, tooltips, and error messages on existing fields

Field Translation Mapping in JSON Field Configuration Export

In order to change field labels, tooltips, or error messages for existing fields, you need the field key name and standard description for each field property. An efficient method to obtain this information is to refer to the JSON Field Configuration Export file, which contains all field properties.

To download the Field Configuration Export file, please follow these steps:

  1. In your test site, navigate to ManageAdministration to access the Intelligent Configuration Manager (ICM) workspace.
  2. Select Export Field Configuration.

The downloaded file is a JSON file that includes the key and default English translation for the label tooltip ("helpTip") and error message(s).

Field labels, tooltips, and error messages on existing fields

Field properties are identified as follows:

  • Field label
    • "label" defines the file and key name
    • "english_label" defines the current English label text
  • Field tooltip
    • "helpTip" defines the file and key name
    • "english_helpTip" defines the current English tooltip text
  • Field error message
    • "Message" defines the file and key name

Note

The error message does not define the standard English description.

Once the custom descriptions and keys have been added to the customerResources.csv file(s) and uploaded to your test system, you need to change the file reference to @customerResources/<key> for each field.

Log in to track your progress & complete quizzes