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