|  | Posted by Schraalhans Keukenmeester on 12/23/05 07:10 
Hi,
 I run Apache 1.3.33 and PHP 5.0.4 on my Suse9.2 Linux box.
 If I try any of the following:
 
 setlocale (LC_TIME,'nl');
 setlocale (LC_TIME,'nl_NL'); //example php.net site
 setlocale (LC_TIME,'NL');
 setlocale (LC_TIME,'Dutch');
 setlocale (LC_TIME,'nl-NL');
 etc.
 
 nothing changes, and FALSE is returned.
 When invoked with a NULL value, 'c' is returned.
 In /usr/share/locale the dir for Dutch localization is called nl.
 
 Any ideas anyoneon how to change locale to Dutch?
 TIA
 
 Sh.
 [Back to original message] |