I want to get translated text in email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 09:50 PM
Hi everyone,
I want to get translated text in email script.
Do I need to obtain translated text from sys_translated using GlideRecord?
Is there any other way?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2017 07:05 PM
Hi Rusty,
Is it a correct way to hold two translations for field labels and scripts?
I am concerned about amendment and manpower due to being in two places.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2018 10:03 PM
Hi,
Both are OOB functionality.
System Localization> Translated Text is totally different concept from System UI> Messages.
I need to know what you mean "Is it register translations"???
"gs.getMessage()" is enough to translate text using script. This is OOB functionality of servicenow.
gs.getMessage() translate text in application side as well as service portal side too.
This is just pick data form message table - Please don't think too much like google translation.
Think just message table is the data center of all the label in different language, you just pick the one data using the key value
"gs.getMessage(<<key_value>>)"; language is automatically choose from current logged_in user.
Regards,
Kishor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2023 07:37 AM
Hi @Kishor kumar1 @chanken @ruzzty06 ,
Could you please help me how to use "gs.getMessage()" for the below part of email script.
I have posted a new question here