1. using (new SwitchCulture(new CultureInfo("pl-PL")))
  2. {
  3.     //Thread.CurrentCulture.CurrentUICulture is pl-PL here
  4. }