This is my system:
Apache 2.0.55 (win32)
PHP 5.1.1
MySQL Server 5.0
Serendipity 0.9.1
And I have a problem with the text of the dates and calendar. All my Serendipity is in Spanish, but the dates are in Stonian!!
If I change the languaje of my Serendipity to English, French, German, etc the calendar is OK (in english, french, german...). But in spanish don't work.
My Internet Explorer have as unique languaje the spanish, and if i execute this:
Code: Select all
<?php
$idiomas = split(",", $_SERVER['HTTP_ACCEPT_LANGUAGE']);
foreach( $idiomas as $lg ) {
if (substr($lg,0,2) == "es"){
echo("español");
};
}
?>
Code: Select all
español
Can you help me?
I want see the dates and the calendar in spanish.
Thanks and sorry for my bad english.