Re: [PHP] localization - internationalization

2002-03-25 Thread Andrey Hristov
use setlocale() to set locale in every script. then the output from different functions - number_format(), strftime(), etc. will be according to the locale. I've not tried this but it have to work. Best regards, Andrey - Original Message - From: "Matt Friedman" <[EMAIL PROTECTED]> To:

RE: [PHP] localization - internationalization

2002-03-25 Thread Matt Friedman
Looking for some more detailed information on this subject. Any experts out there? Thanks, Matt Friedman -Original Message- From: Andrey Hristov [mailto:[EMAIL PROTECTED]] Sent: Monday March 25, 2002 10:04 AM To: Matt Friedman Cc: [EMAIL PROTECTED] Subject: Re: [PHP] localization

RE: [PHP] localization - internationalization

2002-03-25 Thread Rasmus Lerdorf
OTECTED]] > Sent: Monday March 25, 2002 10:04 AM > To: Matt Friedman > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] localization - internationalization > > use setlocale() to set locale in every script. > then the output from different functions - number_format(), strftime(), &g