Hello,

I am using this great module on a multi-lingual web site and I would like to use different nodes for different languages as the User Register Nodes at admin/user/autoassignrole. One solution might be that I just have one node and php code in the body of it and using the function i18n_get_lang() in order to return the right text, but I have trouble translating the node title. I have got the same problem with the different paths for the different user roles at admin/user/autoassignrole. I can use PHP code in the description field in order to find the current language and return the right text but the title cannot be translated.

Are there any best practices for multi-lingual sites together with this module?

Any help would be very much appreciated!

Cheers,

Chris

Comments

chris_car’s picture

I have to add something: the title for different paths for different user roles can be simply translated. But still, the problem with the translation of the title of the User Register Node remains.

Chris

chris_car’s picture

Anyone having a suggestion or a hint?

I would have a dirty solution which I would like to avoid, if possible: exchanging the title with the correct translation on page load by using jquery...

Chris

Enemy’s picture

auto node title - module?