var x = window.navigator.userLanguage;
var y=window.navigator.language;
var browserCulture = this.clientInformation.browserLanguage;
I tried this on chrome and firefox these browsers giving the currently selected locale exactly like(ja ,fr). But IE always giving en-US only as selected locale. Is there anyway to get the currently selected browser locale in IE.