- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2022 08:57 AM
Hi everyone, how are you?
There is the possibility of translating a text via options scheme? As attached image.
I know there is a way to use a key in gs.getMessage(" ") on the server and use that word or phrase in the "sys_ui_message_list"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 12:52 AM
@Elton2,
So, the "getmessage()" method is expecting a string rather than an object, which is then parsed to find a corresponding "key" of a record in the [sys_ui_message] table. There is also a concept at play here in your example that you need to be very careful about, which is the idea of a hard-coded string. This is when the piece of text you want to be translated essentially can't be because it's not "externalised" properly,
You might find this post I did a while ago helpful on the topic,
We also have a dedicated forum for all translation related topics here as well,
Many thanks,
kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 12:52 AM
@Elton2,
So, the "getmessage()" method is expecting a string rather than an object, which is then parsed to find a corresponding "key" of a record in the [sys_ui_message] table. There is also a concept at play here in your example that you need to be very careful about, which is the idea of a hard-coded string. This is when the piece of text you want to be translated essentially can't be because it's not "externalised" properly,
You might find this post I did a while ago helpful on the topic,
We also have a dedicated forum for all translation related topics here as well,
Many thanks,
kind regards
Director of Globalization Deployment, Internationalization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 05:08 PM - edited 12-19-2022 05:09 PM
Hi @Alex Coope - SN , how are you?!
Thanks for your support, this information will be helpful for me.
Thanks again!!!