Re: [android-developers] How to add string.xml for a different locale

2012-10-14 Thread TreKing
On Fri, Oct 12, 2012 at 1:13 PM, Farhan Tariq farhan@gmail.com wrote: Android uses es to refer to english language. No it doesn't, it uses *en* (*EN*glish). *es* is for Spanish (*ES*paƱol*).* -

[android-developers] How to add string.xml for a different locale

2012-10-12 Thread Farhan Tariq
Hi, I have seen some forums, skimmed through stackoverflow before posting here. I need to know how I can add a string.xml file for a different language. Android uses es to refer to english language. How can I use, say values-XX and a String.xml file in it for reading values in my app? I want that