Search code examples
drupal-7multilingual

How to setup Drupal multi language site?


I was searched and read many websites but can't find how to set up drupal multi language website.

I want to use 2 languages in a site.

These 2 languages have different content. (not content translation).

I had enabled Locale module, enabled multilingual support in each content type

but when i was added content in 2 languages

the front page list all of those articles without filter the site's language.

how to setup drupal 7 to list articles with filtered language.

eg: http://example.com/en <- this url should list all english article. http://example.com/fr <- this url should list all france article.


Solution

  • I have to install i18n or Internationalization module from Drupal contributed modules and enabled these option.

    • Multilingual select
    • Internationalization

    ** This module require Variable module.