简体   繁体   中英

Read user country on Windows Phone 8.1

How I can read the user country code on windows phone. I need to know his country not the language of the phone.

For example if the user is from Austria or from Germany the language of the phone usually is German, but I need a way to rad this difference. I don't want to access the user gps location since I need only the country.

Edit1: I have found out that you don't have access to the mcc/mnc to map them to a country code. You can vote this feature request here

I have soled this problem using

var region = Windows.System.UserProfile.GlobalizationPreferences.HomeGeographicRegion;

From GlobalizationPreferences class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM