how is possible change culture info in asp.net web forms code behind and next get this value in wcf?
In code behind I'm using this:
Thread.CurrentThread.CurrentCulture = new CultureInfo("pl-PL");
And for getting value in wcf this:
System.Globalization.CultureInfo.CurrentCulture;
But always return "en-US" and not pl ... Thanks for answers