- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 10:33 PM
I have few more doubts regarding say_ui_message table and sys_translated_list table and sys_translated_text table. What are the use of these tables? or how to decide which table use when?
if I create custom variable in catalog item then how can I translate that custom catalog item variable in other language on service portal?
any help would be appreciated!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 09:15 PM
ServiceNow holds translation information in the below tables.
- Languages
[sys_language]
- Translated Name / Field
[sys_translated]
- Message
[sys_ui_message]
- Field label
[sys_documentation]
- Choice
[sys_choice]
- Translated Text
[sys_translated_text]
sharing link for help
Translation of Catalog Name and It's variables & help texts
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2025 09:15 PM
ServiceNow holds translation information in the below tables.
- Languages
[sys_language]
- Translated Name / Field
[sys_translated]
- Message
[sys_ui_message]
- Field label
[sys_documentation]
- Choice
[sys_choice]
- Translated Text
[sys_translated_text]
sharing link for help
Translation of Catalog Name and It's variables & help texts
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader