damienbod / AspNetCoreLocalization

Localization.SqlLocalizer & ASP.NET Core MVC Localization Examples
http://damienbod.com/2015/10/21/asp-net-5-mvc-6-localization/
MIT License
251 stars 101 forks source link

View localizer now respects UsePropertyNamesOnly property. #65

Closed jakakonda closed 4 years ago

jakakonda commented 4 years ago

IViewLocalizer used in views directly invokes Create method with baseName and location parameters, thus bypassing UsePropertyNamesOnly since it's only set in the Create(Type) method. It now correctly places everything under global if set to true.