etc
How to make a string with new line(line break) with '\n '
You can put wrap with “” example: <string name=”hello”>”hello world”</string> result: hello world btw If you want to use special character than wrap it with <![CDATA[ $contents ]]> $contents must be replaced to what you want Good luck