I am working on a bilingual app menu. I am currently at a dilemma on how I would be able to switch the languages easy. At first I thought I could use String.xml file to store the data passed out in English then later on Chinese and just switch xml string file for a chinese menu but the String.xml can only use a unique name ID.
Is there any other way of doing this? In which I can create another string array and call it instantly like String.xml?
Any suggestions would be greatly appreciated, I am always willing to listen and get better if what I put down was no appropriate.