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 he
Catalin Trifu wrote:
Try:
putenv("LANG=de_DE") . '';
putenv("LC_ALL=de_DE") . '';
setlocale(LC_ALL, "de_DE", "german") . '';
I would have done this:
putenv("LANG=de_DE");
putenv("LANGUAGE=de_DE"); // better to be paranoid, works for me ;-)
putenv("LC_ALL=de_DE");
setlocale(LC_ALL, "de_DE", "germ
Send me your messages.po file, I try it... Gettext is cool, it works
very well for me...
Desi
Catalin Trifu wrote:
Hi,
Thanks for the reply, but it doesn't work
this way either.
in /www/locale I do have
de/
LC_MESSAGES/
messages.mo
de_DE/
LC_M
Hi,
Thanks for the reply, but it doesn't work
this way either.
in /www/locale I do have
de/
LC_MESSAGES/
messages.mo
de_DE/
LC_MESSAGES/
messages.mo
btw! on win32 it works :(
Catalin
"Desi" <[EMAIL PROTECTED]> wrote in message
Hello,
Try:
putenv("LANG=de_DE") . '';
putenv("LC_ALL=de_DE") . '';
setlocale(LC_ALL, "de_DE", "german") . '';
Desi
Catalin Trifu wrote:
Hi,
I want to add i18n support for my web site, but
it doesn't seem to work.
PHP 4.3.3., Apache 1.3.28, Mandrake 9.0
Here comes the test c
5 matches
Mail list logo