Issue with translation [sys_ui_messsage]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 10:32 AM
Hi,
We are having an issue with translation where the translation exist in the `sys_ui_message` table but it won't show on the pages.
On the page it does not get translated.
If I run this in a script the proper message is returned.
Does anyone have any idea why it's not working? That's one example but we have other place with the same problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 10:38 AM - edited 11-01-2024 10:39 AM
Hello @ebarrette
Enable debug translation to cross verify that particular translation falls under UI message table. If it is any other translation table, then you have to create entry there
Also, try to clear cache and see if it works. (Clearing cache is not recommended in prod).
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2024 11:32 AM
Hi
I enabled it, and it's weird. For some reason this label doesn't seem to be translated by any table. (There's no MSG: or anything) but the weird thing is that in a PDI it show MSG:
Do you know how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2024 05:56 AM
Does anyone have an idea?