passing culture value inside wcf service hosted by iis

前端 未结 1 550
情书的邮戳
情书的邮戳 2021-01-06 18:16

Here is my code..

    private IHelloWorld ChannelFactoryWebService()
        {
            ServiceEndpoint tcpEndPoint = new ServiceEndpoint(
                    


        
相关标签:
1条回答
  • 2021-01-06 18:49

    Its not really an answer why that particular code doesnt work, but why dont you just sent in the culture string and set it in your method on the WCF service?

    Thats the way we usualy do it, or if its an authenticated user, just save it on the user so they can switch to any language regardless of computer config.

    0 讨论(0)
提交回复
热议问题