What, in your opinion, is the best practice for translating strings to line wrapping for an Android application that should support multiple languages?
Suppose that the translators are not technical specialists, so I can’t combine them with XML (XLS should be fine) and they don’t work in my company, so I have to send them “something” by e-mail, and they should return me "something" via email.
In addition, I have a sparse set of translations, as of now: I am native Italian, and I speak English, so when writing code, I completely fill in the values-it / strings.xml and the values /strings.xml partially, but none of the values -de / strings.xml for example.
source
share