- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 01:37 AM
Hi everyone, how are you?!
I would like to translate the text inside the "What it will contain" tab into Portuguese (image_1), I tried via gs.getInfoMessage() and using the key in the "sys_ui_message" table (image_2, )but it doesn't work, example:
gs.getMessage(Report sent after 30 days, check the content below before distributing to your team)
I tried to use:
${Report sent after 30 days, check the content below before distributing to your team}, but it doesn't work either.
Would anyone have any tips, please?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:43 AM
Hello @Elton2
Please try using the below line of code.
gs.getMessageLang('message_key', 'language_id');
Please Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Thanks & Regards,
Kartik Magadum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 04:43 AM
Hello @Elton2
Please try using the below line of code.
gs.getMessageLang('message_key', 'language_id');
Please Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.
Thanks & Regards,
Kartik Magadum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 10:23 PM
Most Welcome😊