| checking OS Language in visual basic 6.0 Hi,
My operating sytem is win Me Arabic enabled (press left Alt+Shift you can type in English, Press right Alt+shift yuo 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
thanx |