I have seen the IntlDateFormatter used in the Form framework, but there the locale is set via. a static call to `FormConfiguration::setDefaultLocale` and a quick grep doesnt show any references to that methd, so Im guessing localization is something that has to be implemented manually.
On 21/01/2011, ryan weaver <[email protected]> wrote: > I haven't asked this question directly and I18N isn't my expertise, but I > believe we're planning on just relying on the native intl PHP extension, > which contains an IntlDateFormatter class. If I'm wrong, i'm hoping someone > will pipe up and correct me. > > Thanks > > Ryan Weaver > Lead Programmer - iostudio - Nashville, TN > http://www.iostudio.com > http://www.thatsquality.com > Twitter: @weaverryan > > > On Wed, Jan 19, 2011 at 9:40 AM, Dan Leech <[email protected]> wrote: > >> Is anything planned or already implemented for arbitrary localization? >> I can see there is support in Forms for localization, but I cant find >> anything for just getting the appropriate date format in a template. >> >> -- >> Dan Leech >> >> Web Developer >> www.dantleech.com >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<symfony-devs%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-devs?hl=en >> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- Dan Leech Web Developer www.dantleech.com -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
