aspnetcore/samples/LocalizationSample.Web/Resources
damianedwards 1529c868f2 Improve ViewLocalizer resource look-up semantics:
- Always prepend with application name and let underlying `IStringLocalizerFactory` do the name gymnastics
- Use ExecutingFilePath instead of view name
- Trim off the file extension (so your resource doesn't have to have ".cshtml" in its name)
- Improved doc comments
- Added tests to cover ViewLocalizer behavior
- #3718
- #2767
2015-12-21 14:22:32 -08:00
..
Controllers.HomeController.fr.resx
Models.Product.fr.resx
Models.User.fr.resx
Views.Home.Locpage.en-GB.resx Improve ViewLocalizer resource look-up semantics: 2015-12-21 14:22:32 -08:00
Views.Home.Locpage.fr.resx Improve ViewLocalizer resource look-up semantics: 2015-12-21 14:22:32 -08:00
Views.Shared._LocalizationLayout.fr.resx Improve ViewLocalizer resource look-up semantics: 2015-12-21 14:22:32 -08:00