Employee center topic translation

sayan3
Tera Contributor

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 

sayan3_0-1736838185961.png

 




Thanks

1 ACCEPTED SOLUTION

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 thisJuhiPoddar_0-1736921397719.png

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

JuhiPoddar_1-1736921636536.png

Update the message according to your requirement

3) Look for the same in portal after changing the language

JuhiPoddar_2-1736921795308.png

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

 

View solution in original post

8 REPLIES 8

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

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 thisJuhiPoddar_0-1736921397719.png

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

JuhiPoddar_1-1736921636536.png

Update the message according to your requirement

3) Look for the same in portal after changing the language

JuhiPoddar_2-1736921795308.png

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

 

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

@sayan3 

Glad that the issue is resolved👍