Hi,
My operating system is win Me Arabic enabled (press left Alt+Shift you can type in English, Press right Alt+shift you can type in Arabic)
I wan to create Command Button that detects the current System language.
Example sub Command1_Click...
if curren language is Arabc then
txtLanguage.Text = "Arabic!!"
else
txtLanguage.Text = "English!!"
end if
end sub
thanks
