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
‎11-27-2017 10:08 PM
You can do the translations in System UI>Messages then use
gs.getMessage('text to translate');
in your script
to get the translation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2017 10:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 11:00 PM
Hi Rusty & Kishor,
Thank you for reply.
Is it to register translations in "System UI> Messages" separately from "System Localization> Tranferd Text"?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2017 05:55 PM
Translated text is for Field labels and values I believe. Example for State field, the translations for that field is in Translated Text. Messages are more for scripting, and other not field related translations.