I have a project that has translations in multiple .resx files.
e.g.
- Admin.resx
- Admin.fr.resx
- Admin.it.resx
- Admin.de.resx
Does anyone know of a way to programatically find out if a translation that exists in the default fallback, doesn’t exist in the alternative language file?
I hope that makes sense!
This should do what you want.