Re: Re[2]: [PHP] Q on setlocale...

2003-09-30 Thread jsWalter
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Those locales actually have to be available or they will be ignored and that > will depend on what type of system your running on. OK, I'm on Windows 2k, and after reading Microsofts docs, I thought it was all there. Mayb

Re[2]: [PHP] Q on setlocale...

2003-09-30 Thread Tom Rogers
Hi, Wednesday, October 1, 2003, 1:25:09 AM, you wrote: j> returns the current setting j> Thanks Tom... j> Now, if I understand this properly, j> This should return French_France... j>setlocale (LC_ALL, 'fr_FR'); j>echo setlocale (LC_ALL, ''); j> and this English_ Great Britain j>