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

Posted By florencebush Thu 28 May 2015
Add to Favorites0
Author Message
florencebush
 Posted Thu 28 May 2015
Supreme Being

Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)Supreme Being - (458 reputation)

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

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top