Alıntı
if ($HTTP_ACCEPT_LANGUAGE == 'tr')
{
include("lang/turkish.php");
} else {
include("lang/english.php");
}
Birde böyle dene.