34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Setting and maintaining the language in Application (i18n)
Comparing
#9
with
#10
Revision #10 was created by
Pablovp
on May 2, 2012, 12:46:38 PM.
Linking to How to use an application behavior to maintain runtime configuration
« Previous (#9)
Tags
i18n
, translation
Content
[...]
'en_us' => 'English', 'is_is' => 'Icelandic'), array('submit' => '')); ?>
</div>
<?php echo CHtml::endForm(); ?>
```
See also
------------------
- [Here](http://www.yiiframework.com/wiki/208/how-to-use-an-application-behavior-to-maintain-runtime-configuration/ "How to use an application behavior to maintain runtime configuration") is another approach using behaviors.
Links ----- - [Chinese version](http://www.itkuaixun.com/bbs/thread-203-1-1.html "Chinese version")