How can I translate an email notification?

dioni95
Kilo Expert

Hi all,

I need configure the body of email notification in different languages (english, spanish), but I dont know if I must create different notifications in those languages or ServiceNow has any funcionality for translate the same notification. I need to have notifications sent based on the user's language.

Kind regards.

8 REPLIES 8

Allen Andreas
Administrator
Administrator

Hi,



I believe you'd have to have two different email notifications and essentially have a condition of language = english or language = spanish (something like that). Basically, you would default to english unless they have gone in to their profile and changed their language to something else:



find_real_file.png



You'd need to go to Form Layout to bring this over on to the profile form and then you'd need to populate it with other languages as default it only has English.



Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi Allen,



Thank you for your attention, the solution runs well, but I have an issue when the email is sending. It didn't send, I set up two conditions to send, first the "requested for language", and second the "State".


find_real_file.png


If you can help, please let me know it.



Thank you in advance


You have to choose either inserted or updated, so do you want the notification to run once the incident is opened or when it's updated...or both?



And I assume your requested for language box there is reading from the user profile?



Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Sorry Allen, I'm seeing that right now and upload my notification.



It's working fine now, thank you for your help