vote up 0 vote down star

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

flag

1 Answer

vote up 1 vote down check

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.

link|flag
Thanks Drew. That certainly isn't a nice way of setting cultures (injecting into the WCF header information). What about the scenario with an ESB that spans over multiple cultures? They can't communicate! – Russell Oct 23 at 0:44

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.