mrpmorris/AutoLocalize
Automatically localize DataAnnotations validation attributes in .NET
This tool helps .NET developers manage user-facing validation messages in multi-language applications. It automatically links validation attributes in your code to translated messages stored in resource files. You provide your code with validation rules and a main resource file, and it outputs compiled code ready to display localized error messages without manual linking for each rule.
Use this if you are a .NET developer building applications that need to display validation error messages in multiple languages and want to simplify the process of linking thousands of validation rules to their translated text.
Not ideal if your application only needs to support a single language or you prefer to manually manage every validation message link.
Stars
10
Forks
—
Language
C#
License
MIT
Category
Last pushed
Mar 15, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mrpmorris/AutoLocalize"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...