Current input language

Proqrammer

New member
Joined
Oct 1, 2007
Messages
1
Programming Experience
Beginner
Hey

I'm developing a windows server that collects data from users, it is supposed to record the language that users have used.

In windows you can change the current language of your input by pressing alt + shift if you have more than one language installed.

The question is, how can I know what language the user is currently using, it better be an API function.

Thanks a lot
 
check Application.CurrentInputLanguage property
 
Back
Top