Skip to content

Instantly share code, notes, and snippets.

@oriolrivera
Created November 24, 2013 21:45
Show Gist options
  • Save oriolrivera/7632783 to your computer and use it in GitHub Desktop.
Save oriolrivera/7632783 to your computer and use it in GitHub Desktop.
<?php
$idioma = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2);
echo $idioma;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment