if( in_array(substr($_SERVER['HTTP_ACCEPT_LANGUAGE'],0,2),array("it","es")) ){ echo "Premium"; }else{ echo "More"; }