Get Android device country location?

How can I get the country an Android device is running in or at least its region settings?

1 Like

The first choice would be Application.systemLanguage and SystemLanguage

System.Globalization.RegionInfo.CurrentRegion

I think you can.

LocationServiceStatus and Google’s API.