xml - How to put this symbol: " ' " (simple Quotation mark) in a XMLfile of android? -


i translating text italian, got error on line of xml of strings.xml because ' symbol on l'utente:

<string name="usernotexist">l'utente non esiste</string>  

how solve error?

try

<string name="dialog">l\'tutente non esiste </string> 

Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -