My application supports some languages through Localization. When user selects any language, application is set for that particular language.
Application interacts with server. Problem is, when user is in some other language other than English, that language data is going to the server.
So, irrespective of the language user selected, always English language data should go to the server.
Please let me know how can I do it.
Example:
I have an array of strings stored in strings.xml for all the languages. When I pick any item from the array through spinner, it gives me particular language string item. What I want is, get English language strings irrespective of language user chosen.