close

1. 修改 protected\config\main.php

return array(
    ...
    'language' => 'zh_tw',
    ...
);

2. 在 protected\messages\ 新增資料夾 zh_tw

3. 在 protected\messages\zh_tw 底下新增檔案 common.php,內容格式如下:

return array(
    'site/index' => '最新消息',
);

4. 呼叫函式 Yii::t('檔案名稱', '設定轉換文字'); ,例如:Yii::t('common', 'site/index')

arrow
arrow

    ChouAndy 發表在 痞客邦 留言(0) 人氣()