How to change globalization settings in ASP.NET MVC 6?


https://forum.kartris.com/Topic3764.aspx
Print Topic | Close Window

By florencebush - Thu 28 May 2015
Before, I host at asphostportal.com, I can setup globalization settings in the web.config in order to change the UICulture to en-US. For example:

<system.web>
<globalization culture="en-US" uiCulture="en-US" />
</system.web>

How can I do the same things in ASP.NET 5 (ASP.NET MVC 6) equivalently?