-
Üyelik
18.10.2011
-
Yaş/Cinsiyet
40 / E
-
Meslek
arazi
-
Konum
-
Ad Soyad
A** K**
-
Mesajlar
212
-
Beğeniler
43 / 54
-
Ticaret
12, (%100)
$lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
switch ($lang){
case "fr":
//echo "Fransizca";
include("index_fr.php");//include check session FR
break;
case "it":
//echo "Italyanca";
include("index_it.php");
break;
case "en":
//echo "Ingilizce";
include("index_en.php");
break;
default:
//echo "PAGE EN - Setting Default";
include("index_en.php");// Diger tum dilleri ingilizce sayfaya yonlendirir
break;
}
?>
1 kişi bu mesajı beğendi.