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
 
Back
Top