Reply to comment
Installing the required modules
The i18n module will allow your site to easily display content in multiple languages.
Extract the downloaded archive into ${DRUPAL_HOME}/sites/all/modules/ where ${DRUPAL_HOME} is your root of your Drupal 6 installation. After extracting the module, a new directory will be created:
- ${DRUPAL_HOME}/sites/all/modules/i18n
Enable the multi-language modules
- http://yourdomain.com/admin/build/modules
- Administer > Site Building > Modules
- Enable all the modules under "Multilanguage" and save the configuration. *
* Note: This site has been updated to the 6.x.1.1 release of i18n.
i18n version used in this tutorial:
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.1 | 2009-Jun-22 | 116.08 KB | Download · Release notes | Recommended for 6.x | |
Additional modules:
You may also want to enable the path module at this point if it's not already enabled. This will enable translated content to be found more easily.

