Hello

I think this subject has been discussed more than once but I cannot find any answer suitable for me. My problem is to configure multilingual site in Drupal 5.3 with Language Switcher block and path aliases. Here are the details. I have installed i18 extensions and menu and translation works fine. Now I create some page, lets say /node/1 and alias to that page i.e. /pl/sth . Then I make translation which creates /node/2 and I create alias /en/sth. Now I link these nodes to menu and everything is ok. On the bottom of each page I have lint to translation which works fine. But with Language Switcher I get something like this:
being on Polish page I click in Lang Switcher English flag an instead of being redirected to /en/sth I get /en/node/1. The same is in the other way /en/sth switches me to /pl/node/2. Does anybody know some solution to that problem. I am new to Drupal and not familiar with it's internals but something like this what I want to do works for built-in administration menu in Drupal (but I don't really know how it is achieved internally).
Thank you in advance.

Regards,
Bartek

Comments

bartoszr’s picture

I am terribly sorry for this post. Finally I found that for this purpose I should use Translation block instead of Language switcher. Now everything is just like I needed it to be. Sorry again for spam :)

Regards,
Bartek

mswchan’s picture

Same mistake here.
Solved with ur help, knowingly or not.