Localization in ASP.NET Core 1.0 and MVC 6
Previous ASP.NET localization approach was quite old. It was just based on resources and there was nothing wrong with this but lot of projects uses other sources of localized texts (for example database). In ASP.NET Core 1.0 it’s completely rewritten!
By Dawid on (tags: asp.net core 1.0, localization, mvc6, categories: code)