Browser Language detection

this code helps to detect browser language

JavaScript

alert(navigator.language);//works both in Mozilla and chrome
alert(navigator.userLanguage);// Works in IE