0

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

Dinesh Prajapati
  • 9,274
  • 5
  • 30
  • 47

2 Answers2

1

String.xml are like string constants..

You can only use it when needed.

You will not be able to change the content.

Vinay
  • 2,395
  • 3
  • 30
  • 35
1

if you have dynamic string depends on locale or language why not try storing it into SQL Lite ?

Kenneth
  • 26
  • 1