Revision #9 has been created by Darwin Wen on Oct 20, 2011, 9:53:11 AM with the memo:
Add chinese version url
« previous (#8) next (#10) »
Changes
Title
unchanged
Setting and maintaining the language in Application (i18n)
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
i18n
Content
changed
[...]
<?php echo CHtml::dropDownList('_lang', $currentLang, array(
'en_us' => 'English', 'is_is' => 'Icelandic'), array('submit' => '')); ?>
</div>
<?php echo CHtml::endForm(); ?>
```
Links
-----
- [Chinese version](http://www.itkuaixun.com/bbs/thread-203-1-1.html "Chinese version")