Class MessageSource
- CPhpMessageSource
-
application\core\components\MessageSource
Namespace: application\core\components
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/MessageSource.php
Copyright: Copyright © 2012-2013 IBOS Inc
Author: banyanCheung banyan@ibos.com.cn
Located at system/core/components/MessageSource.php
Methods summary
public
array
|
#
loadMessages( string $category, string $language )
为指定的语言和分类加载信息的翻译。 $data['lang'] = Yii::app()->getMessages()->loadMessages( 'dashboard.frameworkMenu','zh_cn' ); |