Notification translation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2018 08:48 PM
Hi Guys,
Do you know if there is a simple way of translating notifications in ServiceNow. Basically, what I am after is I will have several notifications in different languages and the system will pick the right notification based on the user's language setting much like other translations. I noticed that there is no language field on the notification table and was wondering how best to tackle this?
Mussie
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2018 10:10 PM
This shud help
https://community.servicenow.com/community?id=community_question&sys_id=0ce7472ddb1cdbc01dcaf3231f961918
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2018 12:55 AM
HI,
As per my knowledge, we have to create notification for each language and based on user profile language you have to trigger that notification.
Condition for notification should be like language is french or language is English.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2018 03:22 PM
Hi Ashutosh,
Can you provide me more details on how to write that?
Mussie

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2018 01:07 AM
HI,
Body and subject of email you have to take it or do translation from google may be.
Rest we can give condition in condition builder in email.
Example, if it is incident table then use below:
caller.language is french then french this french email will go.
Second example:
caller.language is english or caller.language is system(english) send English notification
Thanks,
Ashutosh