- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 02:59 AM
Hi everyone,
i need to translate the topic's name inside the Mega Menu, how you can see now the name is italian, i need to translate in english when the use have setting english langiage. I have tried the check on the forum, but i don't find anything.
Thanks for help.
Dario
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 04:47 AM
Hi Dario,
You can refer to this link to understand how the translation works on employee center: https://youtu.be/IMIx40Jnfvo
ServiceNow Language packs only contain translations for OOtB UI aspects, therefore anything you've built / modified / edited, would need translations.
You can define the translation for each topic as below:
Step 1. Go to sys_translated_text.LIST. Click on New
2. Fill the details as below: Select table <Topic>, Language = <Language>, Document: <Topic Name>, Value = <translated text>, Field Name = <Name>
3. Once done, a record is inserted
Go to employee center and change the language to the preferred language as you defined above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2022 04:47 AM
Hi Dario,
You can refer to this link to understand how the translation works on employee center: https://youtu.be/IMIx40Jnfvo
ServiceNow Language packs only contain translations for OOtB UI aspects, therefore anything you've built / modified / edited, would need translations.
You can define the translation for each topic as below:
Step 1. Go to sys_translated_text.LIST. Click on New
2. Fill the details as below: Select table <Topic>, Language = <Language>, Document: <Topic Name>, Value = <translated text>, Field Name = <Name>
3. Once done, a record is inserted
Go to employee center and change the language to the preferred language as you defined above.