I am writing a wpf application using C # (VS2010), and when my application starts, the input language is taken from the system input language, which is English.
I want my application to automatically change the input language without pressing ( Shift + Alt)
Can you tell me how to do this?
Another question, can I change the time zone on my system using my application?
source
share