Hi Christiano
That means your hoster must have installed the language (like en_EN) on the webserver otherwise a default language will be selected.
Examples:
de_DE German
en_US ameerican English
en_EN british English
de_CH swiss German
it_CH swiss Italy
es_ES Spanish
ca_ES Catalan
In doubt ask your hoster for further information
Greetings,
Dani
Related setlocale / iso language Links:
http://www.php.net/manual/en/function.setlocale.php
http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm
http://www.loc.gov/standards/iso639-2/php/code_list.php
I have the same problem.
I set “pt_BR” on the setlocale, but the output of dates is: “mm/dd/yy”.
How can i put “dd/mm/yy”?
I try to put “%d/%m/%Y” on the “Date / Time format:” field, but doesn’t works. The char “/” not appears.
Hi renanmelo
Try to quote the “/” char with “//” or “\/”.
Greetings,
Dani
Doesn’t works too.
Can i modify on php code? Whats the page?
admin.php in dmsguestbook directory