mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #5685 from aidalgol/root-lang-attrib-fix
Set html lang attribute from language setting
This commit is contained in:
commit
2a402985aa
@ -387,6 +387,7 @@ async function loadLanguage() {
|
||||
}
|
||||
try {
|
||||
await languageHandler.setLanguage(langs);
|
||||
document.documentElement.setAttribute("lang", languageHandler.getCurrentLanguage());
|
||||
} catch (e) {
|
||||
console.error("Unable to set language", e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user