>     setlocale(LC_ALL, '');

>     putenv('LANG=fr');            /* <<< changed here */
>     setlocale(LC_ALL, '');

WILD GUESS ALERT!

My gut says you need setlocale(LC_ALL, 'fr') or similar in the French one...

And maybe even 'en' for the English one.

Even if the docs say you don't.

There was another thread recently about setlocale() and the second argument
and what it had to look like depending on some /etc file...

Search in the past three days for 'fr_FR' and it'll come up.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to