cancel
Showing results for 
Search instead for 
Did you mean: 

Internationalize folder names

doblek
Champ in-the-making
Champ in-the-making
Hi,

Maybe this is a dumb question but…
is it possible to get one name or another for a folder based on the localization?
For example, I create a folder for tutorials… and I want the web client to show "Tutorials" as name when I've defined English as language or "Tutoriales" if language is Spanish and so on…

Could I apply the same technique to internationalize the names of the roles??

Thanks for the help,
Enrique
6 REPLIES 6

derek
Star Contributor
Star Contributor
Hi,

It is possible, with V2.0, to configure the necessary components and model to support the locale-specific storage of any text field.  You need to override the nodeService bean to add a MLPropertyInterceptor and modify the cm:title property to be type d:mltext.

This stuff is still in it's early days.

Regards

doblek
Champ in-the-making
Champ in-the-making
Thanks for the help 😃

I'll try to take a look… though it seems little bit complicated =/ I have problems creating "custom actions" (where there is an step-by-step guide =/) so maybe, overriding nodeService bean is beyond my capabilities  Smiley Wink

Thanks again for the info… 😃

derek
Star Contributor
Star Contributor
You can look through the history of the node-services-context.xml and you should see the ML config go in and then out again.  When I get the chance, I'll put together a .sample override file for it.

fredericfontbon
Champ in-the-making
Champ in-the-making
Hi,

I am currently trying Alfresco for my company. In this context, we would like to localize all space names too. But … I cannot find how to do it while this seems possible.

We also tried the Language content filter function in User preferences but it appears that documents are not filtered: the user who is e.g. attached the French language can see all documents, no matter whether the English locale has been attached to the document involved


Can you help further?

Thanks in advance.

derek
Star Contributor
Star Contributor
Hi,

The property filtering (e.g. space name) has to be activated using some configuration overrides.  I've added  a JIRA task for the documentation.

Regards

mr_g_c_
Champ in-the-making
Champ in-the-making
Hi, would it be possible in the same vein to internazionalize categories ?
For example, having 'regions' show as 'aree geografiche' or something else depending on the language of the user.
This sounds very important to us.. even if this requires customizing the web client.

Thanks in advance