From first view of the application , User will select a language i.e English, french etc. I want that my whole application will run in that language selected by user.
Doing r&d, I have found that i have to use a .strings file for every language. In that file, I have to add translated strings in a key-Value pair. My question is how to use those .strings files according to the selected language. For Eg. i have to use .strings file that contains all translated strings in french If French language will be selected from the first page.