single-view iOS application named QA
QA app gives answer to the questions like FAQs in multiple languages.
Let the user choose the language for questions and answers. Maintain questions and answers for each language in a separate file. Load questions and answers from a file into memory only when the corresponding language is selected by the user.
To allow selection of alternatives in the user interface, e.g., the UIPickerView class.