From the following JavaScript:
<script>
var language = navigator.language || navigator.userLanguage;
</script>
...is then possible to echo text related visitor's browser language?
For example: You are watching MyMovieTitle [<?php echo navigator.language ?>]
The javascript should provide me the full language word. Example: 'English'; 'German'; 'French' and so on...