As we are all SharePoint developers , we might get the requirement to get the user country who logged in to the site. We all know that SharePoint having the user profile data in AD. It has properties of the user like name, country,email, etc.,
Here i am posting now that how we can query the User Profile of the SharePoint to get the Country name of the logged-in user.
Refer the below Code:
This...
Get Loggedin User Location/Country using Javascript/Jquery