Using Android Studio and I would like to know how to get "months" to pick up a string from xml string please. (Just learning android at the moment). Need to pick up from strings.xml as I need to translate that to another language.
else if (human_year == 0) {
return Integer.toString(Math.round(human_month)) + " months";
output: years - which can be translated into Spanish (this is working have set up a button to translate) currently all words linked back to a string.xml are being translated. As this "months" is not attached to a string it is not being translated.