I get localized data only dynamically.
Is there any way to update the file strings.xmlat runtime on Android? Is it possible to add a new line to a file at runtime?
strings.xml
Is it possible to add a new line to a file at runtime?
No. You can create and maintain a translation database. Add new translations on the fly to the database and read the values from there.