I tried reading guides but since I'm a total noob I didn't understand a thing... please be patient with me...
I'm trying to put my game's text in an XML file giving an ID to each text, so that I can do stuff like saying: "in this text box put Text_ID_001, in this other text box put Text_ID_002" etc etc.
This way the game will be far easier to translate, right? (I would only need to translate the xml file and the game would automatically load all the correct texts in the right places)
The problem is that I don't have the palest Idea on how to do that, even if I'm pretty sure it's possible to do it.
I couldn't even find step by step guides for noobs, everything refers to complex stuff like AJAX or Expressions and considers everything as given...
Thank you in advance for you help, and please forgive my ignorance on the subject.