How to make the section name display different labels in the English environment and the Japanese environment

ma kaiyue
Giga Guru

How to make the section name display different labels in the English environment and the Japanese environment

1 ACCEPTED SOLUTION

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi,

The basic steps in Ankur's reply was necessary.

Here is the steps I've performed.

  1. Create a new section
  2. Add new entry in sys_translated table.
    Table: sys_ui_section
    Element: caption
    Language:ja
    Value: name given to the section in step 1
    Label (translated): Japanese section name
  3. In Application Navigator, enter "cache.do"   <--- this step was necessary. Without this step, the section wasn't translated
  4. Refresh page. If in English, change to Japanese

Example

1. Create new section

find_real_file.png

2. Create new record in sys_translated table

find_real_file.png

3. Execute cache.do

find_real_file.png

4. Display form

find_real_file.png

View solution in original post

5 REPLIES 5

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi,

The basic steps in Ankur's reply was necessary.

Here is the steps I've performed.

  1. Create a new section
  2. Add new entry in sys_translated table.
    Table: sys_ui_section
    Element: caption
    Language:ja
    Value: name given to the section in step 1
    Label (translated): Japanese section name
  3. In Application Navigator, enter "cache.do"   <--- this step was necessary. Without this step, the section wasn't translated
  4. Refresh page. If in English, change to Japanese

Example

1. Create new section

find_real_file.png

2. Create new record in sys_translated table

find_real_file.png

3. Execute cache.do

find_real_file.png

4. Display form

find_real_file.png