How to translate a field message to another language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 11:03 AM
I have a requirement regarding the translation.Can anyone please help on this.
How to translate a long field message to another language.
Currently we are getting the message through a client script in a catalog item.
I have the text in German language which needs to be displayed
It is still populating in English.
I tried below steps but it didn't work out.
1. use below code instead of alert.
//getMessage('alert_message', function(msg){alert(msg);});
2. create an entry in "sys_ui_message" table for the alert message you are passing above in required language.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2023 11:39 AM
Hi @jyotsna_madhu3 ,
you can refer this:- https://www.servicenow.com/community/itsm-forum/translate-text-to-another-language/m-p/441650#:~:tex....
Please mark as correct answer if this solves your issue.
Regards,
Ranjit Nimbalkar