florencebush

Members
  • Content count

    1
  • Joined

  • Last visited

About florencebush

  • Rank
    Forum Newbie
  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?