Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道用户所在的国家/地区,但我不喜欢使用 Location API。因为它需要额外的认证,而且对我的应用程序来说似乎很奇怪。我需要知道它才能启用国家/地区的指定功能。我检查了手机的文化,但它并不完美。
不完美,但如何使用
System.Globalization.CultureInfo.CurrentUICulture
然后让用户选择在设置中更改它?
使用以下命令获取 2 个字符的 ISO 区域(国家)代码:System.Globalization.RegionInfo.TwoLetterISORegionName