S
S
Samovl2015-08-26 14:17:36
ASP.NET
Samovl, 2015-08-26 14:17:36

How to change server regional settings in the new version of ASP.NET 5 (ASP.NET MVC 6)?

Previous versions of ASP.NET used the web.config file to change the locale of the server, for example:

<system.web>
   <globalization culture="en-US" uiCulture="en-US" />
</system.web>

How can the same task be solved in the new version of ASP.NET 5 (ASP.NET MVC 6)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Kovalsky, 2015-08-26
@dmitryKovalskiy

Judging by company policy and project structure, somewhere in config.json . But I confess - so far I have not taken this version of MVC into battle

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question