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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top