Group: Forum Members
Last Active: Thu 28 May 2015
Posts: 1,
Visits: 1
|
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?
|