Translate web browser tab names for widgets

Julius28
Tera Expert

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. 

Julius28_0-1704713235500.png

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!

1 ACCEPTED SOLUTION

-O-
Kilo Patron
Kilo Patron

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:11.png

 

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.

View solution in original post

1 REPLY 1

-O-
Kilo Patron
Kilo Patron

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:11.png

 

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.