Re: [PHP-I18N] can't figure out how to solve this ...

2003-02-25 Thread Robert Masse
Thanks Gary but I found out the solution ... The most important setting for gettext to look the file is the LANGUAGE value, then LC_ALL, LC_MESSAGES and LANG. And as LANGUAGE was defined on the server and I didn't touched it before : it was always looking for fr_FR ... Now, it works fine. Thanks

Re: [PHP-I18N] can't figure out how to solve this ...[oops]

2003-02-25 Thread Gary Ross
Somehow got lists mixed up [duh!]. Ignore that last one. Gary On Tuesday, February 25, 2003, at 11:02 pm, Robert Masse wrote: Hello you all, I have a problem using gettext with PHP 4.3.1 : If I put : putenv("LANG=en_CA"); $setloc = setlocale(LC_ALL, ""); the value of $setloc shows me that the

Re: [PHP-I18N] can't figure out how to solve this ...

2003-02-25 Thread Gary Ross
Without a web-server? Basically, your browser runs locally the browser itself and any plugins for obvious security reasons. Javascript works internally (as such). Once again imagine a Javascript that could run any stuff on the local machine - a security disaster. I can't see how you can do