Hi,
I have a big problem. Probably that is a very simple issue, but I am a super-newbie of Drupal.
I am working on a multilanguage website: www.mysite.com (drupal-6.13, i18n installed)
- There are pages in 2 languages (En, It), correctly translated and linked to menus.
- Default languages has to be It (En is also installed).
The problem is in absolute path linking in the site: that can work correctly only on default language set in "Language".
Let's go closer: 2 homepages, on in english (home), other one in italian (inizio). Each links to another page, the first to "link" page ( Hey! I am the link! in "home" code), the second to "collegamento" ( Cliccami! Sono il tuo collegamento! in "collegamento" code).
Now, I choose Italian as a default language ("Language" menu). My browser is in Italian too. The "italian" linkage works correctly, the "english side" cannot. If I choose the English as default (with my same browser of course!) it is the opposite: so, English linking works perfectly, when Italian not.
Again:
- I set as default: Italian (from "language" menu).
- I am in the Italian home (www.mysite.com/it/inizio): "inizio". I click on the link "Cliccami! Sono il tuo collegamento!". Ok, it works: I am in www.mysite.com/it/collegamento.