Another resource manager I've tried (but seems discontinued) detected when the resource files had a different amount of string parameters for the languages, ie:
Language one had a String like 'Lorem {0} Ipsum {1}', while language two would only have 'Lorem {0} Ipsum'
I found this very helpful as we had a few inconsistencies in our translations and finding those is otherwise very hard to accomplish.
Language one had a String like 'Lorem {0} Ipsum {1}', while language two would only have 'Lorem {0} Ipsum'
I found this very helpful as we had a few inconsistencies in our translations and finding those is otherwise very hard to accomplish.