I am migrating from ASP.NET MVC to ASP.NET Core and the later does not have a BeginExecuteCore method in Controller.
Do you know a method in ASP.NET Core Controller that I could use to set Thread.CurrentThread.CurrentUICulture before the Request Action is called?