- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 04:22 AM
Hi All,
Can anyone guide on portal translation?
we need to see portals to display fields with different language.
Thanks and Regards,
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 04:34 AM
Hello Prati,
You need to enable translation debugger and see where exactly you need to translate, there are 5 tables available in which you have to make entry based on where debugger points to, there are three links reading which you will understand completely. Mark my answer as correct if that helps.
https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/localization/reference/r_TranslationTables.html
https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/localization/task/t_DisplayATranslationPrefix.html#t_DisplayATranslationPrefix
https://community.servicenow.com/community?id=community_article&sys_id=09ca204b1bd94d101e579979b04bcb35
Regards
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 04:34 AM
Hello Prati,
You need to enable translation debugger and see where exactly you need to translate, there are 5 tables available in which you have to make entry based on where debugger points to, there are three links reading which you will understand completely. Mark my answer as correct if that helps.
https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/localization/reference/r_TranslationTables.html
https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/localization/task/t_DisplayATranslationPrefix.html#t_DisplayATranslationPrefix
https://community.servicenow.com/community?id=community_article&sys_id=09ca204b1bd94d101e579979b04bcb35
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 05:30 AM
thank you for your help. Links provided in the descriptions are very helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2022 05:30 AM
Hi Prati,
Check ServiceNow's document on "Internationalize a widget". It provides steps with examples on how to internationalize a widget.
Following steps can be used to translate a custom form
- Open a form
- Right click on the label name to translate and select "Configure Label"
- Update "Language" to the language code to translate to and edit "Label" and "Plural" fields to the translated text. In the following sample, I'm adding a Japanese translation.
- Right click anywhere on the header area and seledt "Insert". Selecting "Save" will update the English translation so be aware.