IP地址到CultureInfo
我需要将 IP 地址转换为 CultureInfo 对象。我已经能够将 IP 地址转换为两位数的国家/地区代码,可用于创建 RegionInfo 对象。此时我被困住了。您似乎无法在没有区域设置或 LCID 的情况下创建 CultureInfo 对象。
I need to convert an IP Address into a CultureInfo object. I've been able to convert the IP Address to it's two digit Country Code which can be used to create a RegionInfo object. At this point I'm stuck. It doesn't appear that you can create a CultureInfo object without the locale or the LCID.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是对的。如果没有区域设置或 LCID,你就无法获取 CultureInfo 对象。如果你可以接受一点不准确的情况,你可以尝试这个
从浏览器获取语言和国家/地区
You are right.You cant get CultureInfo object without the locale or the LCID.If you can live with a little margin of inaccuracy you can try this
Get language and country from a browser