<?php
if(strstr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 'tr')){
?>
TR Girisi yasak
<?php
}
else {
?>
içerik buraya gelecek
<?php

}
?>