- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:40 PM
Even if we select the language to either japanese or chinese, it still shows the english email for the notification preference.
We have different emails for different languages but it still gets the english one. Where to change this? Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 03:09 AM
I was able to translate the name of the notification from my end, refer to the following article for the details - https://www.servicenow.com/community/international-localization-forum/translating-notification-name/...
It appears the 'name' column is a string field and needs to be changed to a translated text type.
Once it's done, you can save the field in various languages.
English:
Spanish:
Hope it helps, cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 01:26 AM
So have you translated the 'Name' field of the notification? Try changing the language to Japanese/Chinese and update the 'Name' field of the notification in [sysevent_email_action] table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 02:10 AM
Are you talking about the Dictionary 'Name' for the notifcations? This is the labels for the name field for the notification table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 02:21 AM
And if you're talking about testing if the email changes if I change the language, answer is no. I tried changing the label name of the notification and it still shows that notif even if I change the language. Its just fetching the english email instead of getting the correct one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 03:09 AM
I was able to translate the name of the notification from my end, refer to the following article for the details - https://www.servicenow.com/community/international-localization-forum/translating-notification-name/...
It appears the 'name' column is a string field and needs to be changed to a translated text type.
Once it's done, you can save the field in various languages.
English:
Spanish:
Hope it helps, cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2024 08:08 PM
Thanks for this one, I will look into this article and try to play with this one.