- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 02:58 AM
Hallo SN,
I am setting up a service portal that is going to be multilingual. I came across this discussion(https://community.servicenow.com/thread/237668) which did help in translating words i used in the HTML code.
My question is it possible/ how do i translate the widget titles and description ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2016 03:47 AM
Hi Boniface
I have looked at it, at ServiceNow have not implemeted the widgets in such a way, that they translate the title.
I my case I have created my own version of most of the widgets anyway, so I can enable translation of the title by adding the following line to the server script
//Translate the title
options.title = gs.getMessage(options.title);
You might consider reporting this as a bug in HI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2016 12:51 AM
Hallo Tange,
Thanks for the Information and update.
Regards,
Boniface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 07:00 AM
Hello Lars,
Could you please give more details about this translation way. I have a similar case.
In an instance, let's call it How can we help, there is a title and a subtitle. Title is How can we help you, and the subtitle is Contact the support team. In translated text, the title is successfully translated, as you made but to do the same for the subtitle, it doesn't work. did you have the same configuration?
Thanks
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 11:13 PM
Hi
The easiest way is to click the "Enable I18N Debugging" function. The you get prefixes all all strings and you cann see which translation table you have to use.