Thank you!

> putenv("LANG=de_DE");
> putenv("LANGUAGE=de_DE");  // better to be paranoid, works for me ;-)
    this one did the trick !
> putenv("LC_ALL=de_DE");
> setlocale(LC_ALL, "de_DE", "german");
>
> (see some user comments in php manual)
    i already read the all before posting here :)

Again thx,
Catalin

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

Reply via email to