I was just searching the forum for solution of similiar problem, but I wasn't able to find the answer
I want my application to support, let's say, two languages: English and German. When user presses the appropriate "Change language" button in "Options" view, all elements of user interface based on language i.e. titles on buttons, text in labels, etc. should change immediately.
Could this problem be solved with the use of Localizalible.strings or do I have to solve it by myself?
Thanks in advance.