Pages
Home
SharePoint Blogs
SQLbase
About Me
Showing posts with label
Code snippet
.
Show all posts
Showing posts with label
Code snippet
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)