How to make a multi-language site?

Hello,

I wonder how I can create a mulit-language site

I look in the documentation but I did not find

Y there a class for that

And how to use …

Regards,

Peter

you can change this when running the code when the user select a language

Yii::app()->language;

for example, set to chinese.

Yii::app()->language = ‘zh-cn’;

Read this section of the guide.

read this:

http://learnyii.blogspot.com/2010/12/yii-setting-up-internationalization.html