Translate the BreadCrumbs Title and Footer Name

SNOW46
Tera Contributor

Hi All,

I want to translate the Breadcrumbs title name to French as well the Customized Footer widget to French as well.

find_real_file.png

So I do also want to change the Language to French for those marked in Red.

find_real_file.pngBelow is the HTML Script.

find_real_file.png

Can anyone please let me know on the same as to how to achieve it?

 

Thanks,

SNOW@Das

1 ACCEPTED SOLUTION

Calvaresi E_
Giga Expert

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.

View solution in original post

3 REPLIES 3

Calvaresi E_
Giga Expert

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.

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

 

Community Alums
Not applicable

i still doesn't understand how could we translate breadcrumbs