Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Wrong Pagination After Setting Value To Yii::app()->Language

$
0
0
Hi all,

When I am testing the code for translation, I change the code for the actionIndex as following:
	public function actionIndex()
	{
		$dataProvider=new CActiveDataProvider('User');
		Yii::app()->language='zh'; // I just added this line
		$this->render('index',array(
			'dataProvider'=>$dataProvider,
		));
	}

The pagination on the page became "Displaying 1-3 of 1 result.|Displaying 1-3 of 3 results.". After I remove the line of code, the pagination is correct to "Displaying 1-3 of 3 results." Is it a bug?

Viewing all articles
Browse latest Browse all 18717

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>