A
Alex Maghen
How can I set the InputLanguage.CurrentInputLanguage to a *specific*
language? Let's say that I know for a fact that a certain input language is
installed on my computer. How, in C# can I assign
"InputLanguage.CurrentInputLanguage = ???". It seems I need to create an
"InputLanguage" object of the specified language, but I can't figure out how
to do that.
For example, if I want to set the language to "EN" or "HE", is there a
method or constructor that allows me to create that? Iterating through the
list of installed languages does really seem to help me, right?
Thanks.
Alex
language? Let's say that I know for a fact that a certain input language is
installed on my computer. How, in C# can I assign
"InputLanguage.CurrentInputLanguage = ???". It seems I need to create an
"InputLanguage" object of the specified language, but I can't figure out how
to do that.
For example, if I want to set the language to "EN" or "HE", is there a
method or constructor that allows me to create that? Iterating through the
list of installed languages does really seem to help me, right?
Thanks.
Alex