How To Change System Keyboard langauge

  • Thread starter Thread starter ahmed ahmed
  • Start date Start date
A

ahmed ahmed

VB.NET
hi
i'm asking about How To Change System Keyboard langauge from the VB.NET
or Keyboard langauge from langauge to another without the API function.
and thanks about helping me.
 
Hello

Dim myCIintl As New System.Globalization.CultureInfo("pt-
PT")
Application.CurrentCulture = myCIintl

Kind Regards
Jorge
 
Back
Top