WCF全球化
我有一个使用 netTcpBinding 的 WCF 服务(该协议不应该相关,但无论如何都包含它)。
我在解析日期时遇到文化问题。
以前,使用HTTP和System.Web,我们可以使用全球化元素。
不幸的是,这在 WCF 中没有任何影响。
我很难找到有关此的信息/博客。
有没有办法在配置文件中设置 WCF 服务的区域性?
非常感谢
拉塞尔
I have a WCF service using netTcpBinding (the protocol should not be relevant but included it anyway).
I am having Culture issues with parsing dates.
Previously, using HTTP and System.Web, we can use the globalization element.
Unfortunately this has no effect in WCF.
I Have had trouble finding information/blogs about this.
Is there a way to set the culture in a WCF service in the configuration file?
Thanks very much
Russell
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WCF 没有任何内在的东西可以帮助解决这个问题。然而,有一个名为 WSI18N 的拟议 Web 服务标准,它是一个相当大的 Pablo Cibraro WCF 社区中的知名人士和 Microsoft MVP,撰写了一篇 CodeProject 文章,内容涉及以及在 WCF 中利用此标准的示例代码。
There is nothing intrinsic to WCF to help with this. However, there is a proposed web service standard called WSI18N which Pablo Cibraro, a pretty big name in the WCF community and a Microsoft MVP, has written a CodeProject article about along with sample code to leverage this standard within WCF.