Reputation: 9510
Is it possbile to write String into string.xml from the code? if yes please post the code for the same. I want to use the same string.xml for the all the language strings at wanted to modify at run time
Upvotes: 0
Views: 2258
Reputation: 26
if you have dynamic string depends on locale or language why not try storing it into SQL Lite ?
Upvotes: 1
Reputation: 2415
String.xml are like string constants..
You can only use it when needed.
You will not be able to change the content.
Upvotes: 1