v1.0.0
XLocalizer for Asp.Net Core
- Localization supported by online translation and auto resource creating
- Use any of the ready online tranlsation services or creat your own translation service
- Easily localize views using simple html attributes and html tags
- Multiple resource type support resx, xml, db
- Customizable resource providers, basicly any file/db types can be used with custom resource providers.
- Export resources from db/xml to resx
- Export from custom resource types using custom exportes
- Easily upgrade from default system localization to
XLocalizer
thanks to using the standard localization interfacesIStringLocalizer
andIHtmlLocalizer
. The only code change is in startup. - The easiest way (almost no additional steps) to localize all DataAnnotation, Valdiation, ModelBinding and Identity errors
- No need to provide error messages inside valdiation attributes, e.g. simply
[Required]
will generate a localized error message. - Easily customize all framework errors using single json file or via inline XLocalizerOptions
Notice for preview users
Ex valdiation attributes are deprected, there is no need to use Ex attributes, just replace with the default attributes, and no need to provide error message inside the attribute tags
See all docs: https://docs.ziyad.info/