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
Post a Comment