Is this possible and would I need any modules to do it?

If it's poss can anyone please explain the basics of setting it up please.

Thanks very much,
Lee

Comments

agentrickard’s picture

Your questions should be answered here:

http://drupal.org/handbook/modules/locale

Using Drupal's translation files (http://drupal.org/project/Translations), you can run a multi-lingual site using just core Drupal modules.

--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.

leeaston’s picture

Thanks but I think that module is for the translation of the user interface to languages other than English. I would like to be able to present the public side of the site in several languages.

scroogie’s picture

You are correct, this module is only for the translation of the user interface. Modules to translate the content are e.g. Localizer http://drupal.org/project/localizer and i18n http://drupal.org/project/i18n
The internationalization group on groups.drupal.org/internationalization has made available a comprehensive report to compare these in http://groups.drupal.org/node/1789

leeaston’s picture

...the links are very helpful.