i am beginner in yii framwork i want to change language in my project i tried but it was ineffective i explain steps then u help me and tell my wrong i did:
add 'sourceLanguage'=>'en_us', and 'language'=>'fa-ir' in \protected\config\main.php copy fa-ir folder fromyii\framework\messages copy to myprojectname\protected\messages add to myprojectname\protected\views\site below code
$lang = Yii::app()->language;
echo "my lang is:::::".$lang;
Yii::t('zii','Delete');
Yii::t('yii','Get a new code');
my language has been change but i have not any result
i think i must to clean catch files in directory