- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 03:31 AM
Hello,
Im trying to find way and understand how to do translations for tabs for browser in employee center.
For example, we have widgets like approvals, favorites, requests and etc.
So the goal would be to display translations for tabs in 3 other languages.
I have checked sys_ui_message table and others, but have not found where I can add them.
Are those translations needs to be added using dynamic page titles? If so, how that can be done, does anyone have any experience in translating the tab names?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 11:16 AM
Fields of type "translated_text" (which field dynamic_title_structure on table sp_page is) are translated by creating records in table sys_translated_text.
This is how such a record might look like - here the dynamic title of page "form" is translated:
There is a course on Learning specifically on how to localize portals - I recommend you go through it; it takes (literally) less than 10 minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 11:16 AM
Fields of type "translated_text" (which field dynamic_title_structure on table sp_page is) are translated by creating records in table sys_translated_text.
This is how such a record might look like - here the dynamic title of page "form" is translated:
There is a course on Learning specifically on how to localize portals - I recommend you go through it; it takes (literally) less than 10 minutes.