In Android, you can specify the texts in the default locale in res/values/strings.xml. Additional translations can be added for new languages in res/value
res/values/strings.xml
res/value
If you are using Android Studio, it is easy to find which string is missing.
Right click on values/strings.xml and choose Open Translations Editor:
Where you can easily find missing strings in all languages as below :
Thank You...