Question #688868 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688868
Status: Answered => Solved
Sergey Taranenko confirmed that the question is solved:
this work for me:
from java.awt.im import InputContext
def getKeyboardLang():
return InputContext.getInstance().getLocale().toString()
print getKeyboardLang()
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp