I make Program check language
Dim ln As String
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
ln = System.Windows.Forms.InputLanguage.CurrentInputLanguage.LayoutName
If ln = "US" Then
Label1.Text = "English"
Else
Label1.Text = "Thai"
End If
End Sub
My program will check windows language but this program will check language itself not check windows.
Sorry My English bad.
Please help me.