Possible Duplicate:
How to check the current keyboard's language using vb6?
How to check the current keyboard’s language using VB 6 always time?
Private Sub Timer1_Timer()
IF (language = EN) Then
label1.caption = EN
else ......
End IF
End Sub
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using WMI it could done very easily:
The function
could be called like:
Now it has to check the value with Code Page numbers. For details visit here.
Or