I am facing one issue in WPf application intially when my application load the CurrentCulture of application like FI,but in between it enters background worker resets to en-US.
According to study if it enter background thread it resets the locale to OS set locale,for that i even tried this by changing system locale but it didn't worked for me.
Please suggest anything.