Hi guys

I'd like to know if and how is possible to set up a multilanguage site.

eg. nodes can be entered in more than one language, and the appropriate language will appear in the appropriate localisation

I found this topic http://drupal.org/node/5126 , but it's dated 2004, so I hope that some module came up now.

If possible, I'd like to avoid to touch the php code...

Tnks in advance

ps. I know that I can set up a site for each language, and shares some tables (like the users one), but I am looking for a more integrated solution.

Comments

yhi’s picture

Maybe this is what you are looking for: http://drupal.org/project/i18n

gateone’s picture

Hi alternative, hi Babyshambles,

yes, this is definitively the module you are looking for! It allows for truely multilingual sites. If a translation to a node is not present, this module offers various options: either display the original language version, display a "content not available in this language" or not show the node at all.

Steve