区域信息和 GeoId
我正在考虑使用 RegionInfo.TwoLetterISORegionName 作为数据库属性,从中获取有关国家/地区的信息。直到我看到RegionInfoGeoId,它看起来更健壮。
您将存储哪些内容来支持国际化?如何从 GeoId 创建 RegionInfo?
干杯,
贝里尔
I was thinking of using RegionInfo.TwoLetterISORegionName to as a database attribute from which to get information about a country. Until I saw RegionInfoGeoId, which seems more robust.
Which would you store to support internationalization? How would you create a RegionInfo from a GeoId?
Cheers,
Berryl
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 P/Invoke 和 GetGeoInfo函数中,您可以从 GeoID 获取一些信息:
但是,请注意,地理位置和区域之间可能没有 1:1 的对应关系。
Using P/Invoke and the GetGeoInfo function, you can get some information from a GeoID:
But, beware, you may not have a 1:1 correspondence between a Geographic location and a Region.