mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 03:46:53 +08:00
[desktop] method to get system keyboard languages
This commit is contained in:
@ -772,6 +772,9 @@ define([
|
||||
uiRtlSupported: function () {
|
||||
return nativevars && nativevars.rtl != undefined;
|
||||
},
|
||||
systemLangs: function () {
|
||||
return nativevars && nativevars.keyboard ? nativevars.keyboard.langs : undefined;
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user