aspnetcore/src/Middleware/Localization
Nate McMaster ec41d9bcf6
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in c283dfb56c
2018-12-04 14:00:42 -08:00
..
sample Reorganize source code in preparation to move into aspnet/AspNetCore 2018-12-04 14:00:42 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-12-04 14:00:42 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-12-04 14:00:42 -08:00
testassets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-12-04 14:00:42 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-12-04 14:00:42 -08:00

README.md

Localization

Localization abstractions and implementations for ASP.NET Core applications.

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.