Pages
Home
SharePoint Blogs
SQLbase
About Me
Thursday, May 19, 2011
How to Know Country Location of a user - asp.net C#
You can use below code snippet to get the region description of the current user.
using
System.Globalization;
string
name =
RegionInfo
.CurrentRegion.DisplayName;
For more information visit below link
http://www.msdn.microsoft.com/en-us/library/system.globalization.regioninfo(vs.71).aspx
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment