The languagechange event is fired at the global scope object when the user's preferred language changes.
window.onlanguagechange = function(event) {
console.log('languagechange event detected!');
};
Check your Browser compatibility
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…