Monday, 5 December 2016

YII - Changing Language

YII - Changing Language
//

If we want to change language of a particular action in YII or for the whole application we need to , set CApplication::language . This can be done at runtime as in
Yii::app()->language = 'fr';
but we can also do it in application configuration:
array(
// ...settings...

To read More about from here posted by Maz


Previous Post
Next Post

About Author

0 comments: