Sign in to follow this  
florencebush

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

Recommended Posts

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?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this