>  Be careful though with LC_ALL, because it has a wider effect than just
>  localizing month names... eg. for French, setting the separator for
>  float to the comma instead of the dot, which brings trouble when
>  inserting to a MySQL database not configured the same.

Yes, I know, but that was also a requirement for the app.

>  As to me, I simply use :
>
>  setlocale(LC_TIME,"fr_FR.UTF-8");
>
>  Guillaume
>  --
>  Cake blog: http://cherryonthe.popnews.com
>
>
>  On 26 mar, 19:34, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote:
>  > setlocale does work for me, I have this in app/config/bootstrap.php :
>  >
>
>
> > setlocale(LC_ALL, 'es_AR.utf8');On Wed, Mar 26, 2008 at 8:29 AM, ygneo 
> > <[EMAIL PROTECTED]> wrote:
>  >
>  > >  Hi everybody!
>  >
>  > >  Anyone knows a good method to localizate month names when using $form-
>  > >  >input with a date field?
>  >
>  > >  I mean, setlocale doesn't works for me, and I think it would works
>  > >  with L10n, with I haven't find out how...
>  >
>  > >  Thanks!
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to