Case IQ Knowledge Base

How can we help?

Configure your Application's Languages

By adding multiple language interfaces for your Case IQ application, your users can select their preferred language in their user profile and easily work in Case IQ (see Change Account Settings on Profile Page for details on setting your language). You can translate your application's interface by either: (1) manually entering translations in Settings or (2) uploading a .csv file of translations. This article covers both methods to translate your application's interface. Make sure to review the Before Entering Translations section before following one of these methods.

Delete

Text Editor Fields

The formatting options and character counts for Text Editor fields will be displayed in English and cannot be translated.

Text editor field.

Before Entering Translations

Add the language option you want to be available in your application before manually entering or importing translations. To add a language option:

  1. Navigate to the Languages page under the System tab in Settings. 
  2. Click the Add Language button.
  3. On the New Language form, select the language you want to add from the "Language" picklist. 
  4. Click the Save button on the New Language form. 
  5. Your application will begin generating interface phrases for the new language option. You will receive a notification when it is finished. 

After adding the language option, export your application's translations data in its current state. Do not edit this file. You can use this exported file to return your application to its original state in case there are any mistakes in the translations entered or uploaded. To export your current translations data: 

  1. Navigate to the Configuration Export & Import page in Settings under the System tab.
  2. Select the “Translations” row in the grid, then click the Export button in the grid header.
  3. Your browser will download a .csv file of the application’s current translation data.

Manually Input Translations

You can manually enter and edit translations for the application interface from the Translations page under the Data tab in Settings. Each row is a single text phrase in the application for one language interface option. The Translations grid contains the following columns:

  • Group: how the system categorizes the field in the application. Phrases are generally organized by page (e.g. workflow settings) or a feature (e.g. the aggregate field configuration options in the Form Builder).
  • Subgroup: the text's type on the form, such as a field, caption, or picklist item.
  • Key: the system name for the phrase, also called a “field name tag”. For a field, the key text can be used in ISEL expressions (see Case IQ Expression Language) and document templates (see Create and Upload a Document Template) to refer to the field.
  • Description: the phrase in English.
  • Translation: the phrase’s translation. By default, the “Translation” cell will contain the phrase in English.

The Translations page in Settings.

The system will generate new rows in the Translations grid for all the application's phrases after you add a language option (see the Before Entering Translations section of this article). Use the following steps to manually input another language’s translation for each of the new rows:

  1. Use the Translations grid's "Language" filter to only show the language for which you want to enter translations.
  2. Based on the part of the app you need to translate, filter the grid for the groups and subgroups for which you need to enter translated values. The “Group” and “Subgroup” columns provide context on the phrase's location in the application.
  3. Enter the translated version of the phrase in the row’s “Translation” column text box.
  4. When you click outside the “Translation” text box, a checkmark will appear beside the text box to indicate that the system has saved the phrase translation you entered and it is now displayed in the application.

Enter translations for every row of the language in the Translations grid to completely translate an application. Users who have selected the language option in their user profile will see what you entered in the “Translation” text box in the application the next time they navigate to a page where the phrase is located.

Import Translations in Bulk

Rather than entering each translation manually, you can upload a complete translations configuration file into the application. This method involves exporting the translations data, entering all required translations in the exported file, then importing the updated translations data back into the application. We generally recommend this method because you can translate all phrases at once and complete translations before launch. 

Export the Translations Data

  1. Navigate to the Configuration Export & Import page in Settings under the System tab.
  2. Select the “Translations” row in the grid, then click the Export button in the grid header.
  3. Your browser will download a .csv file of the application’s current translation data. 

Delete

Save a Back Up of the Translations File

We highly recommend duplicating the file you just exported so you have a backup of your current translations.

Duplicating sys_translation.csv.

Enter Translations in the Exported File

  1. Open the sys_translation.csv file in Microsoft Excel and save it as a .xlsx Excel document.
  2. While working in sys_translation.xlsx: 
    1. Only update text in the "value" column. Do not change any other data in the file.
    2. Use caution when filtering the data to ensure rows do not become misaligned.
    3. If you need additional columns in the spreadsheet, add them to the right of the "value" column.
    4. We recommend filtering and sorting the file as described in Tips for Sorting the Translations Data File to make it easier to work with.
  3. Add filters to the spreadsheet so you only see the language you want to translate. 
    1. Select all data in the document by clicking the triangle in the top left corner of the spreadsheet, beside Column A and above Row 1.
    2. Select the Data tab, then click the Filter button. 
    3. Filter the “locale” column to only display the language for which you want to add translations. By default, the "value" column of each row will be populated with the English phrases.
  4. Based on the part of the app you need to translate, determine the groups for which you need to enter translated values.
    1. The “groupName” and “subgroupName” columns provide context on the phrase's location in the application.
    2. We recommend highlighting each row that requires translation, as you can easily filter the spreadsheet to show highlighted values.
    3. If you only want to translate the portal interface, see Standard Groups of the Portal Interface for examples of the groupNames to include.
  5. Filter the spreadsheet to only show the rows of phrases that require translation.
  6. You can now enter the translations for each phrase in the "value" column. Entering translations for every row for the language will completely translate an application. 

Clean the Translations Data for Import

After entering translations for the language in sys_translation.xlsx, make sure the data is ready for import. Before importing the file into your application:

  • Unhide all columns and rows in the spreadsheet.
  • Check that the structure is unchanged and all rows are correctly aligned.
  • Confirm that the original “sys_translation” tab is the only tab in the file and that there are no hidden tabs.
  • Remove all filters from the spreadsheet. In the Data tab, click the Filter button again. 
  • Make sure that each "value" cell contains a raw text value, rather than a formula (e.g. "=AR300"). 
    • If you used formulas to populate the value column, copy the column, then use the "Paste Special" > "Values" option to paste the values in the same column.
  • Delete any columns you added to the spreadsheet.
  • Click the Save As button and change the file format to “CSV UTF-8 (Comma delimited) (.csv)”. 
  • Make sure that the file name is still “sys_translation”.

example sys_translation.xlsx

Import the Translations Data into Case IQ

  1. In Case IQ, navigate to the Configuration Export & Import page in Settings.
  2. Click the Import button. 
  3. Upload the "sys_translation.csv" file with the new translations to the "Select a csv or zip file to import" pop-up. Click the Upload a File from your Computer button to select "sys_translation.csv" with the file browser or drag and drop the file from your desktop. Click Done when the file has completed uploading.
  4. All translations will be visible in the application immediately after you import them. If there are no errors displayed, review the application to make sure all sections are translated as expected.
  5. If anything goes wrong, you can import the copy of the original export you saved before starting the translation process. This will reset all translations to English.

Tips for Sorting the Translations Data File

The translations data export (sys_translation.csv) contains a lot of data, so we recommend sorting and hiding some columns while working with the xlsx file to make it easier to work with. See the following steps to organize the file:

  1. Select all data in the document by clicking the triangle in the top left corner of the spreadsheet, beside Column A and above Row 1.
  2. In the Data tab of the ribbon, click Sort.
  3. The Sort pop-up will be displayed. Select the columns on which to sort the data by clicking the cell under “Column” in the grid and add more columns by clicking the “+” or “Add Level” button. Enter the following columns in this order:
    1. groupName
    2. subgroupName
    3. value
  4. Make sure the "My list has headers" option is checked, then click the OK button. The rows will now be sorted by groupName, subgroupName, and value alphabetically.
  5. You can make your column headers stay visible while scrolling by clicking Freeze Top Row under the View tab.
  6. To get a clear view of the important data, hide all except the following columns. To hide a column, select it on the spreadsheet, right-click or control-click the column, then select the “Hide” option.
    1. description
    2. groupName
    3. key
    4. locale
    5. subgroupName
    6. value

Standard Portal Interface Groups

If you only want to translate your external portal, you can include the rows in the “sys_translation.xlsx” file with the following “groupNames”. These are a guideline, so make sure to scan all “groupNames” in the translation data in case there are additional sections for your application’s portal to ensure all necessary field names and phrases are translated.

  • “errors”
  • “portal”. If the Portal does not start on the default page, then all values for that page can be excluded.
  • “sys/attachment”
  • “sys/case”. Only the fields visible to users, accounting for display rules.
  • “sys/document”
  • “sys/filestore”
  • “sys/party”
  • “validation”. Only errors that can be displayed on the portal, including:
    • “An error has occurred”.
    • “Application is under maintenance, please try again later”.
    • “The files are too large to upload”.
    • “The server is currently unresponsive. Please try again in a few minutes.”
    • “Unable to understand your request”.
  • “picklist”. Only the picklist options that are visible on the portal.