We're trying to make an app that a user selects the language before beginning and then the app is translated for the user throughout.
Using Yandex Translate, here's what we did so far:
1. Set a variable called "global languageCode"
2. Created a Spinner to select the language with multiple languages listed
3. Called the Yandex Translate
How do we get that call to propagate to all pages?