Lets say i have 2 languages in 2 different xmls, when I develop my app, I create more strings in strings.xml. Sometimes I don’t want to translate it right away, sometimes I can forget. How can I later check and compare both xmls and make sure everything is translated?
Share
Use Android Lint,
It specifically checks for just that case.
From,
If you are using a recent ADT, you can run it directly from Eclipse by right clicking your project > android tools > run lint.