怎么把这句改成中文?

Please fix the following input errors:

可以在Controller里新建一个beforeAction()

引入 Yii::app()->setLanguage(‘zh_cn’);

beforeAction() 需要返回 true 才能继续执行之后的代码

在/protected/config/main.php中添加一条

‘language’ => ‘zh_cn’