multiple language without using yii::t()

hello guys,

is there easy way to use multiple languages in yii?

without using yii::t() translate function?

like say codeigniter has everything in $lang variable, and we can even directly pass it to view.

so does yii have any feature like that?