Reference String Resource in custom XML Resource
问题 In the assets folder of my Android App Project I am storing custom XML files which describe actions in my game. Since they are a little more complex, they can not be directly written as Android Resources. Update: I am storing my custom (complex) XML files in the res/xml folder now. Simple Example: <dialog> <npc>1</npc> <text>Hello! How are you?</text> </dialog> What I want is to use the convenient advantages of Android String resources for language localisation. In the example above, I want