How can I get the country an Android device is running in or at least its region settings?
1 Like
System.Globalization.RegionInfo.CurrentRegion
I think you can.
LocationServiceStatus and Google’s API.