Thursday, July 12, 2012

SIMPLE - How to Know Country Location of a user - asp.net C#


using System.Globalization; 
 
string name = RegionInfo.CurrentRegion.DisplayName;

No comments: