Natalia Pacheco wrote:
> I'm trying to change the language of phpesp, I've already changed the
> phpesp.ini.php file to pt_BR, but everything still in english, even
> though gettext is working, as seen in:
> http://escrevendo.procurandooque.net/phpESP/admin/test.php
I had the same experience. In my setup it was due to the language
setting in my browser (HTTP_ACCEPT_LANGUAGE).
You can force a language by adding the following to your phpESP.ini.php:
esp_setlocale_ex('pt_BR');
I dont know if this is the "correct" way to handle the situation, but it
works for me.
Regards Emil
--
Emil Rasmussen
http://novicell.dk
|