Change Next , Previous Texts In Cgridview

Hi All

is possible to change text in CGridView ؟




return new CActiveDataProvider($this, array(

			'criteria'=>$criteria,

        	'pagination'=>array('pageSize'=>5),

        	


		));



Thanks in advance

Dear Friend

You can do the things in CGridView.

admin.php




<?php $this->widget('zii.widgets.grid.CGridView', array(

	'id'=>'score-grid',

	'dataProvider'=>$model->search(),

	'filter'=>$model,

	'pager'=>array(

	    'class'=>'CLinkPager',

	    'nextPageLabel'=>"Forward",

	    'prevPageLabel'=>'Backward',

	),

        'columns'=>array(

		'id',

................................................

................................................



Regards.

Thanks my bro seenivasan