- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 06:56 PM
How to make the section name display different labels in the English environment and the Japanese environment
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 10:18 PM
Hi,
The basic steps in Ankur's reply was necessary.
Here is the steps I've performed.
- Create a new section
- 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 - In Application Navigator, enter "cache.do" <--- this step was necessary. Without this step, the section wasn't translated
- Refresh page. If in English, change to Japanese
Example
1. Create new section
2. Create new record in sys_translated table
3. Execute cache.do
4. Display form

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2022 10:18 PM
Hi,
The basic steps in Ankur's reply was necessary.
Here is the steps I've performed.
- Create a new section
- 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 - In Application Navigator, enter "cache.do" <--- this step was necessary. Without this step, the section wasn't translated
- Refresh page. If in English, change to Japanese
Example
1. Create new section
2. Create new record in sys_translated table
3. Execute cache.do
4. Display form