Detect Country and Language

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

hi,

is there a way to detect the country and windows language of user/OS using
vb.net 2005.

Actually I am selling a software, and want to give special offers to users
of a particular country so I want to check wither a user is from brazil and
weather of not using Portuguese version of windows.


thanks,
 
Abhishek said:
hi,

is there a way to detect the country and windows language of user/OS
using vb.net 2005.

Actually I am selling a software, and want to give special offers to
users of a particular country so I want to check wither a user is
from brazil and weather of not using Portuguese version of windows.


Have a look at
- System.Globalization.CultureInfo.InstalledUICulture
- System.Globalization.CultureInfo.CurrentUICulture
- System.Globalization.CultureInfo.CurrentCulture


Armin
 

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