Open
Description
I am trying to implement an input language change for an application using WebView2 hosted in WPF application, the problem is that most of the common ways to change the language don't work.
WPF InputLanguageManager.Current.CurrentInputLanguage
no effect
Win32 ActivateKeyboardLayout
no effect
Changing the windows language manually does make WebView to use correct language, so the question is whether I am missing something or the only way is to programmatically switch windows input language ?
I have outlined the problem here