[php]<?
if ($HTTP_ACCEPT_LANGUAGE == tr)
//tarayıcısındaki dile bakılıyor, tr ise
{
header("Location:indextr.php");
} else {
header("Location:index_en.php");
//değilse
}
?>[/php]
if ($HTTP_ACCEPT_LANGUAGE == tr)
//tarayıcısındaki dile bakılıyor, tr ise
{
header("Location:indextr.php");
} else {
header("Location:index_en.php");
//değilse
}
?>[/php]
kullanıcı sayfası Türkçe ise TR değil ise ingilizce sayfaya yönlendirir.