C# Tip: How to temporarily change the CurrentCulture



It may happen, even just for testing some functionalities, that you want to change the Culture of the thread your application is running on.

The current Culture is defined in this global property: Thread.CurrentThread.CurrentCulture. How can we tempo...



Read: https://code4it.hashnode.dev/csharp-tip-how-to-temporarily-change-the-currentculture