Posted by Jonis Maurin Cearα on 03/25/05 21:47
Hi
I'm trying to use setlocale to setup my language to pt_BR for ue with
strftime but don't work.
I've tryied:
pt_BR
pt_BR.ISO_8859-1
portuguese.br
etc...
but don't work, i just get in english.
What's wrong? :(
My system:
OS: Debian Sarge
Apache 2
PHP 4.3.10-9
My simple code:
setlocale(LC_ALL, "pt_BR.ISO_8859-1"); // Tryed others too
echo strftime("%A");
[Back to original message]
|