I am looking for some solution how I could easily set the requested Culture at client and get it on server. So I would get for example return error message in requested language.
Is there way to set it on WebRequest or WebMethod?
Any suggestion most welcome. Thanks X.
Edit: Finally I used Soap header to carry cultureinfo setting from client to server. Which is fine I suppose. I was just more hoping that it could be set at lower level and not by using customization of SoapHeader. Anyway it works. :-)