ResxCheck
Home Page
Categories: Miscellaneous
Latest version: 3.30
Added 2011-04-28
Command line utility that validates .resx files.
This program will check that:
- no strings are defined more than once
- no strings have incorrect formatting tags, e.g. having a { but no closing }, or vice versa
If multiple resx files are specified, then these rules will also be checked:
- all the strings from a base resx file are defined
- only strings present in a base resx file are defined
- no additional formatting tags are used, e.g. {2}, compared to a base resx file
 Built for .NET 2 |
 Free or free version available |
 Source code provided |