aspnetcore/samples/LocalizationSample.Web
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 MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Models MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Resources Improve ViewLocalizer resource look-up semantics: 2015-12-21 14:22:32 -08:00
Views Improve usability of IHtmlLocalizer & associated API: 2015-12-17 16:35:19 -08:00
wwwroot MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
LocalizationSample.Web.xproj MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
Startup.cs React to hosting changes - updated samples 2015-12-18 16:11:28 -08:00
hosting.json React to hosting changes - updated samples 2015-12-18 16:11:28 -08:00
project.json React to hosting changes - updated samples 2015-12-18 16:11:28 -08:00
readme.md MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00

readme.md

LocalizationSample.Web

This web site illustrates use cases for MVC localization.