Full Multilanguage Url

Dear Yii Community

I have been a fan of Yii for quite some time now, but recently I stumbled upon a language problem I’m still not able to solve.

I am successfully able to set up a multi language URL like:

[indent]domain.tld/en/post/view/99/[/indent]

The problem is now I need the following structure:

[indent]domain.tld/en/post/view/99/This-is-an-example-Post

domain.tld/de/bericht/ansehen/99/Das-ist-ein-Beispiel-Beitrag[/indent]

So every language has it’s own translation and structure of the controller and actions.

Especially when it comes down to "fixed" rules with keywords.

[indent]domain.tld/en/contact

domain.tld/de/kontakt

[/indent]

Any ideas how to solve this in a multi-language environment? ( far more than just 2 languages)

Looking forward to suggestions :)

Anyone?

Really? - So difficult? ::)

How did you handle your problem in the end? I had same problem, I’m using CUrlManager extension but I had issues with it, that I have fixes just proposed.

I generally use the Langhandler extension to accomplish per-language url’s.