0

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

Denis Stephanov
  • 4,563
  • 24
  • 78
  • 174

0 Answers0