aspnetcore/src/Middleware/Localization
Kevin Pilch 956c24e2c8
Add PublicAPI baselines for Middleware (#25602)
2020-09-05 15:41:20 -07:00
..
sample [Middleware] Move to GenericHost (#23626) 2020-07-07 17:32:35 -07:00
src Add PublicAPI baselines for Middleware (#25602) 2020-09-05 15:41:20 -07:00
test [Middleware] Move to GenericHost (#23626) 2020-07-07 17:32:35 -07:00
testassets [Middleware] Move to GenericHost (#23626) 2020-07-07 17:32:35 -07:00
Localization.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
README.md

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.