aspnetcore/src/Middleware/Localization
Nate McMaster 5d16f97965
Remove netcoreapp2.0 test TFMs (#6461)
.NET Core 2.0 reached EOL last year. This removes multi-targeting our test projects and test assets to only use .NET Core 2.1 and .NET Framework 4.6.1.
2019-01-08 11:20:09 -08:00
..
sample Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-30 14:58:51 -08:00
test Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
testassets Remove netcoreapp2.0 test TFMs (#6461) 2019-01-08 11:20:09 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-30 14:58:51 -08:00

README.md

Localization

Localization Samples

Here are a few samples that demonstrate different localization features including: localized views, localized strings in data annotations, creating custom localization resources ... etc.

Localization Providers

Community projects adapt RequestCultureProvider for determining the culture information of an HttpRequest.

Localization Resources

Community projects adapt IStringLocalizer for fetching the localiztion resources.