Forums / Developer / Multi-Language problems (basic)

Multi-Language problems (basic)

Author Message

Clemens T

Sunday 12 March 2006 12:27:13 pm

Heya all,

I'm currently trying to make my website multi-language. In my first attempt I'm translating all the content objects. But, now I want to be able to view them on the visitor's site.

Here's my problem:

Usually you get this:

http://develop.blabla.com/plain/content/view/full/174/language/eng-GB

but this url also works (user-friendly url) and points to the same page:
http://develop.blabla.com/plain/standaard/

How can I make sure the user-friendly url can still exist WITH the language eng-GB.

If I try this:

http://develop.blabla.com/plain/standaard/language/eng-GB

I get this error:
Error: index
Undefined module: standaard

so.. question is:

Is it possible for me to keep the user-friendly url AND enable multiple-languages in my website.

Thanks for any pointers,
Clemens

Xavier Dutoit

Sunday 12 March 2006 11:10:05 pm

url/(language)/eng-GB

X+

http://www.sydesy.com

Clemens T

Monday 13 March 2006 2:35:17 am

Thanks a lot, that fixed it!