What I want to do is provide the user with a spinner which contains several languages, when a language is selected, the app will translate to that language.
I have different string files but I have no idea how to implement this. Is this possible? How can I do it?
In the res folder, respect this :
Android loads the appropriate resources according to the locale settings of the device at run time.
For more informations, see this.