0
在Windows 8中的C#應用程序WindowsStore如果我叫獲取系統區域
System.Globalization.RegionInfo.CurrentRegion
我得到美國,雖然在控制面板 - 區域我有位置和語言=英國...
如何獲取不使用地理位置的設備所在國家/地區?
在Windows 8中的C#應用程序WindowsStore如果我叫獲取系統區域
System.Globalization.RegionInfo.CurrentRegion
我得到美國,雖然在控制面板 - 區域我有位置和語言=英國...
如何獲取不使用地理位置的設備所在國家/地區?
var region = new Windows.Globalization.GeographicRegion();
Parameterless constructor of GeographicRegion sreates一個GeographicRegion對象,默認爲用戶的主區域。