- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 07:52 AM
I have made a notification, which triggers when 'Assigned to group' changes inside an incident. When it is triggered, it should send out an email to members inside this assignment group. This works well.
But the issue is that even tho all the members have selected German as theire default language, the email is sent out in English.
I have used gs.getMessage() on every text-element, and everything is translated. But the email is sent out in English no matter what. Anyone have any clue why?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 02:22 AM
I actually posted about this on my blog a little while ago (check the scripted section at the bottom for my watchlist example, you can apply the same logic for group members) - here,
Many thanks,
Kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 09:52 AM
Hi,
below links may help you.
Email Notification in different languages - Developer Community - Question - ServiceNow Community
How can I translate an email notification? - Developer Community - Question - ServiceNow Community
Thanks,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2022 02:10 AM
Hi,
I have read these questions. None of them solve my issue. Please notice that im sending to groups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 02:22 AM
I actually posted about this on my blog a little while ago (check the scripted section at the bottom for my watchlist example, you can apply the same logic for group members) - here,
Many thanks,
Kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 12:56 AM
Thank you Alex.
It's sad that this is the only solution. Why haven't ServiceNow thought about this issue all this years on the market?