Revision #3 was created by marcovtwout on Mar 25, 2014, 1:11:01 PM.
CLocalizedFormatter
Content
Update!
------------------
Since Yii 1.1.14, a [CLocalizedFormatter ](http://www.yiiframework.com/doc/api/1.1/CLocalizedFormatter) is available.
To replace the application component 'format', which is registered by CApplication by default, you can put this in your application 'components' config:
The default CFormatter (accessible through Yii::app()->format) is not locale aware, unfortunately. Until it is, here is a quick and easy way to localize it, by extending the default class.