Skip to content

Files

Latest commit

Apr 6, 2025
b4c1921 · Apr 6, 2025

History

History

Localization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.