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 - internationalization

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: <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 5:03 PM
Subject: [PHP] localization - internationalization


> Hi,
> 
> Just wondering how many folks are working on localization issues. I am
> building an application and have built in support for multi-languages,
> but I do not yet have anything set up for handling different monetary
> and date formatting. What other issues should I consider?
> 
> Any pointers to help on this subject and your input are appreciated as
> always.
> 
> Many thanks,
> Matt Friedman
> www.SpryNewMedia.com
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to