intl functionality

[size=“2”][color="#1c2837"]currently, Yii’s date/time localization functionalities is just a formatter in a locale-sensitive manner.[/color][/size]

[size="2"][color="#1c2837"]it would be nice to add locale specific calendars, any calendar supported by ICU (e.g. gregorian, persian, islamic, …).[/color][/size]

[size="2"][color="#1c2837"]

[/color][/size]

[size=“2”][color="#1c2837"]as IntlDateFormatter is out there as part of php 5.3+, I thing it’s easy to integrate Yii’s date/time localization with it. [/color][/size]

[size="2"][color="#1c2837"]

[/color][/size]

[size="2"][color="#1c2837"]

[/color][/size]

[color="#1c2837"][size=“2”]this post is reentered because it’s so important for internationalization and yii should be consider new php feature in the next major release.[/size][/color]

[color="#1c2837"][size="2"]so some one give a clear explanation to us about this in the Yii 2.0[/size][/color]

+1

It would be great if the following extension workarounds would become unnecessary:

http://www.yiiframework.com/extension/i18n-datetime-behavior

http://www.yiiframework.com/extension/decimali18nbehavior

I fully support this notion! :)

+1

New Wiki article regarding "Custom Number Formatting or Decimal Separators and i18n":

http://www.yiiframework.com/wiki/360/custom-number-formatting-or-decimal-separators-and-i18n/

php’s intl extension has been included in the standard download for a long time. intl is interfaces to ICU. and ICU is the balls. Yii is the balls too so YiiII should use ICU via intl.