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

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
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?
7 years ago
Hope this link will help you.

https://github.com/DamianEdwards/i18nStarterWeb

More about.....Globalization and Localization

Zene
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.