i set the default language in main.php in french language,
return array(
.......
'sourceLanguage' =>'fr_FR',
'language' =>'fr_FR',
.......
it works fine when i use Yii:t() in views, but the cgridview / clistview displays the english language as default language in the summary and pager.
Is there any solution to make those widget take any other language as default language ?
is there any way to force those widget to take other language as default language ?

Help














