I am looking for a possibility to change input language in Windows OS from Chrome extension. Is it possible?
I have looked in the documentation, but cannot find the answer.
Could anyone help me with this one?
Thanks in advance!
I am looking for a possibility to change input language in Windows OS from Chrome extension. Is it possible?
I have looked in the documentation, but cannot find the answer.
Could anyone help me with this one?
Thanks in advance!
Chrome extension itself can't do this, since it is in sandbox.
You could use Native Messaging to establish communication between extension and native applications, then in native app, you can call related windows methods to change OS language, refer to Change Language in C# for more details.