- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 10:54 PM - edited 01-13-2025 11:03 PM
Hello Experts,
Need help on highlighted part of attached image.
For MSG: TRT: IT topics, we found that IT can be translated through TRT table but not able to find "topics" translation
which table shall we update/create for topic translation?
We want to translate in German like topics = Themen Zum
Any help would be highly appreciated.
@jMarshal
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:19 PM
Hello @sayan3
Few things you need to check:
1) Server side script
- Check the server side script in the widget.
- If it is OOTB then (name -Sub-Topics, id - content_taxonomy_topic_subtopics)
The server side script looks something like this
In the highlighted part you can see {0} topic. This is stored in sys_ui_message table.
2) sys_ui_message table
- Look for {0} topic in the message table for the desired language.
- Record should look something like this
Update the message according to your requirement
3) Look for the same in portal after changing the language
Note: Make sure the plugins are installed for the language you are working upon.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 09:55 PM
Hi @Juhi Poddar ,
Thanks for your input.
I am able to find record in UI message table with the key "{0} topic".
in message I directly updated from {0} Themen to {0} Themen Zum but its not reflected in portal.
Its showing only themen for topic.
Please Help me if I missed anything.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:19 PM
Hello @sayan3
Few things you need to check:
1) Server side script
- Check the server side script in the widget.
- If it is OOTB then (name -Sub-Topics, id - content_taxonomy_topic_subtopics)
The server side script looks something like this
In the highlighted part you can see {0} topic. This is stored in sys_ui_message table.
2) sys_ui_message table
- Look for {0} topic in the message table for the desired language.
- Record should look something like this
Update the message according to your requirement
3) Look for the same in portal after changing the language
Note: Make sure the plugins are installed for the language you are working upon.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:55 PM
Thank you @Juhi Poddar for your continuous help.
its fixed. In my instance for widget line no 11 having "{topic_name} topics" instead of "{0} topics".
updated Ui message accordingly.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 10:56 PM
Glad that the issue is resolved👍