Hi,

The other problem with the setlocale is, that you must set it in
bootstrap. I would prefer a possibility to set it somewhere at runtime
- when a user switches languages for instance...

bye
me.

On Dec 23, 4:40 pm, GetIT <[email protected]> wrote:
> Hi,
>
> I´ve seen many people with the same problem.
> setlocale() entry in bootstrap.php doesn't work.
>
> Some people think its a problem with the versions of php and apache.
> Can anyone confirm this?
>
> And can anyone tell me which versions of php and apache work with
> setlocale() ?
>
> My problem is that I have a timestamp-field in my table and want to
> render this to german values in my form.
> So I put this line in bootstrap.php:
> setlocale(LC_TIME, "de_DE");
> But this doesn't help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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