Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Data Model Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to register Locale Values in i18n::get_common_locales()


Go to End


10 Posts   6137 Views

Avatar
Lukin

Community Member, 56 Posts

22 October 2010 at 4:12am

uh yeah :)
you made my day

thanks a lot

Avatar
Ingo

Forum Moderator, 801 Posts

30 October 2010 at 5:05pm

Ideally we'll reduce the number of localized calls to date(), strftime() etc. to a minimum, and use Zend_Date instead, which comes with broader (and more consistent) localization support. You can already see this in the works in various FormField classes, but we still have some work to do on Date->Nice() etc.

Go to Top