Skip to content

Column Advanced Settings: Multilingual

Overview

In the item's advanced settings: Multilingual tab, you can register translation data for the following advanced setting items and enable dynamic display language switching according to the language settings in the user profile.

  1. "Name displayed"
  2. "Description"
  3. "Input guide"

Multilingual tab of the column advanced settings

Prerequisites

  1. Languages that are not needed can be omitted from the settings.
  2. Parameters that are not needed can be omitted from the settings.
  3. The settings in the "Multilingual" tab override the settings in the "General" tab. (For example, if different "Name displayed" values are set for the same language in the "General" tab and the "Multilingual" tab, the "Name displayed" in the "Multilingual" tab will be displayed.)
  4. For items where "Default value" is set in the "General" tab, the "Input guide" set in the "Multilingual" tab will be ignored.
  5. For "Numeric Value" items, the "Input guide" set in the "Multilingual" tab will be ignored.
  6. If you change the "Name displayed" in the "Advanced settings" of the "Grid" screen, it will be managed independently from the "Name displayed" in the "Editor" screen.

Supported Languages

This feature supports the display of the following 7 languages, including Japanese.

No. Language Language code within Pleasanter
1 English en
2 Chinese (Simplified) zh
3 Japanese ja
4 German de
5 Korean ko
6 Spanish es
7 Vietnamese vn

Users for Explanation

In the following explanation, the following two login users are used.

Login User Profile Language Setting
斎藤 美樹 Japanese
Wilson Daniel English

Multilingual Tab Settings

Create a "Class" item as shown below and compare the display when each of the above users logs in.

1. Display when Saito Miki logs in

Since the "Multilingual" tab is not configured, it displays with the settings from the "General" tab.

Class column display when Saito Miki logs in

2. Display when Wilson Daniel logs in

Although the profile language setting is "English", since the "Multilingual" tab is not configured, it displays with the settings from the "General" tab.

Class column display when Wilson Daniel logs in, without the Multilingual tab set

3. Display when Wilson Daniel logs in

Since the profile language setting is "English" and it is configured in the "Multilingual" tab, it displays with the settings from the "Multilingual" tab. For details, refer to the Parameters below.

Class column display when Wilson Daniel logs in, with the Multilingual tab set

Parameters

The "Multilingual" tab settings are described in JSON format.

Parameter description example (JSON format)

[
    {  
        "Language": "ja",  
        "LabelText": "支店名",
        "Description": "「XX支店」と入力",
        "InputGuide": "中野支店"
    },
    {
        "Language": "de", 
        "LabelText": "Filialname"
    }
]

The meaning of each parameter is as follows.

Parameters Meanings
Language Specifies the language to be used for display.
Please specify using the "Language code within Pleasanter" in the "Supported Languages" section above.
LabelText Please specify the translated "Name displayed".
Description Please specify the translated "Description".
InputGuide Please specify the translated "Input guide".

Operation Procedure

  1. Open the target table.
  2. Click "Manage" in the navigation menu.
  3. Click "Manage table".
  4. Click the "Editor" tab.
  5. In "Current Settings", click the target item.
  6. Click the "Advanced Settings" button.
  7. Click the "Multilingual" tab.
  8. In "Multilingual display", enter multi-language data in JSON format as shown above. You only need to enter the necessary languages and parameters.
  9. Click the "Change" button.
  10. Click the "Update" button in the command button area.

Supported Versions

Supported Version Content
1.4.23.0 and later Feature added