- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 03:46 AM
Hi All,
I want to translate the Breadcrumbs title name to French as well the Customized Footer widget to French as well.
So I do also want to change the Language to French for those marked in Red.
Below is the HTML Script.
Can anyone please let me know on the same as to how to achieve it?
Thanks,
SNOW@Das
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 08:13 AM
Hi,
the strings that you want to translate must be wrapped in this way in HTML: ${string}
Once you wrapped it, you can activate the Internalization plugin for your language, and create a record in sys_ui_message table.
The record will contain the english key (in this test case, 'string') and the relative French message.
Let me know if it helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 08:13 AM
Hi,
the strings that you want to translate must be wrapped in this way in HTML: ${string}
Once you wrapped it, you can activate the Internalization plugin for your language, and create a record in sys_ui_message table.
The record will contain the english key (in this test case, 'string') and the relative French message.
Let me know if it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2019 03:25 AM
Hi,
Can you please post some screenshots on the same so that it will be helpful for me.
Internalization plugin is already activated in our instance. But can you help me with the code how do I need to modify it?
Thanks,
SNOW@Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 02:29 AM
i still doesn't understand how could we translate breadcrumbs