How can I change languages for a user? Let's say the app is in English. We need to add the option to change all the titles, messages, text on buttons, etc.. based on the user settings. For example user A will see it in English and user B in Spanish.
A small library for multilingual applications for newcomers. It uses a text file with name: translation.txt which must always be installed in File.DirAssets folder. translation.txt key;english;french;greek; button1;File;Déposer;Αρχείο; button2;Edit;Éditer;Επεξεργασία...
Hi all, I needed a small tool to handle localization of my app. I found several fine options in the forum, and while they seemed like very competent tools, my needs were more modest and I wanted a smaller solution. So I created it, and thought I'd share it in case someone might find it useful...