- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 11:00 PM
Hi All,
The above client script error message is coming for the English users and if the user language is japanese then the error message should be japanese.
How we can do this configuration.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:00 AM
It's not quite correct. Change it into this:
g_form.addInfoMessage(getMessage('Admin_error_message'));
Then create two (or more) messages to translate/use this message, like screenshots below, :
I don't understand Japanese, so I've created messages in english, and in my native language (swedish)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:18 AM
@Community Alums
Thanks for your response.
Tried with this but not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:00 AM
It's not quite correct. Change it into this:
g_form.addInfoMessage(getMessage('Admin_error_message'));
Then create two (or more) messages to translate/use this message, like screenshots below, :
I don't understand Japanese, so I've created messages in english, and in my native language (swedish)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:17 AM
I have created two language messages in sys_ui_message as you given above and same called in client script but not showing on the form level.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 12:58 AM
Make sure that the key phrase used in the client script is EXACTLY the same as the Key value of the messages.
If no message is showing at all, then there is something else that's wrong, like conditions on the client script or something else.
Can you share the entire client script config ? (screen shot)