Multilanguage Question

Hi everyone,

Just recently I start looking into the yii framework and I more or less understand the basics. I am used to work with Mojvai and I must say this is quite an improvement. But I want to start a new project using yii and I want to make it multi language. The url would look something like domain.com/en/germany/berlin. So first the language (2 letters e.g. en|fr|de)then the country and then the city. Does anyone have an idea how to achieve this with yii, because I can create separate controllers for each language and country but that will will be too much, there must be an easier way I think.

Any help would be appreciated

Thanks,

Symon

Start with this extension:

http://www.yiiframework.com/extension/langurlmanager

and this tutorial:

http://www.yiiframework.com/doc/guide/1.1/en/topics.i18n

This should get you started. There are topics discussing most of the questions with multilingual implementation in the forum.

Good Luck