I want to easily (ie: not manually touch every string) add a prefix to all of my resource strings, something like 'XXXSomeString', such that I can spot both non-localized strings (they won't have the prefix) or not RTL compatible forms (the prefix will be on the left).
Is there a tool to do this, or maybe a way to modify the resource code file to add the prefix when every string value is returned? Or if you have a better solution for this problem, I'd love to hear it.