Hi!
I have a problem with my multi-lenguage site.
I activated the modules locale, content translation and i18n, and I activated 3 languages (English, French, Spanish default) with their respective translations libraries. po imported and everything seems to work because when I was in the bar of the browser address correct language changes.
For example:
www.miweb.com/en >>>> shows me the interface of Drupal in English
www.miweb.com/es >>>> shows me the Drupal interface in Spanish
www.miweb.com/fr >>>> shows me the Drupal interface in French
But, this change of prefix (fr, en, es) I do it manually to test whether language function, but since the block SWITCHER LANGUAGE, all links lead me to www.miweb.com/ (shows me the interface in Spanish), and not of how to fix it.
Sry my english, I'm not so good
Comments
Add all languages to be supported by your site
Although you've unpacked you translations into Drupal's root directory, have you enabled the languages?
Administer » Site configuration » Languages
/admin/settings/language/add
Select "French (Francais)" from the "Predefined language" dropdown box.
Click on "Add language" (importing interface translations)
English and French will now be displayed in the list of enabled languages.
Click on "Save configuration".