On 22-Oct-2003 Steve Vernon wrote:
> Hello,
> 
> When I use the gmdate function, I get the English date, e.g. October. Is
> it
> possible to get the date in German or another language? I really need the
> server setting up so that it can handle different languages.
> 

$locale='de_CH.ISO_8859-1'; // Alternate: 'de_DE.ISO_8859-1' 

setlocale(LC_TIME, $locale);

Regards,
-- 
Don Read                                     [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

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

Reply via email to