Re: [PHP-I18N] Re: Problems with GetText

[email protected] (Daniel Carrera) Mon, 13 Aug 2007 16:56:07 +0200
Newsgroups php.i18n
Message-ID <[email protected]>
Tomas Kuliavas wrote:
> var_dump(setlocale(LC_ALL, 'es'));
> 
> setlocale() call is used only on Linux OS'es and you will need working
> system locale (check 'locale -a' output). BSD needs environment
> variables. setlocale return values are not correct on OpenBSD.

Thanks. The output of that is 'false' and the system is Linux. What 
should I say to my web host? What do they need to do?

Thanks a lot for the help. I was really stuck.