I have setup the cultures for my views and changing the culture in a controller but I can\'t seem to find how to know what culture I\'m currently using in a controller, I\'m loo
There's a global property CultureInfo.CurrentCulture in the System.Globalization namespace that gets the culture for the current thread. This has existed as far back as .NET Framework 4.0, and all the way through to the current version of .NET Core 3.1.