Is it possible to dynamically switch language from within the Nativescript app. I'm using the Nativescript Localize plugin.
I'm building a user preferences page where a user can select their preferred language from a drop down.
If it's not possible with Nativescript Localize, does anyone have any experience doing this with another method/plugin?
It appears there are Angular ways to do this so I was hoping they'd work but they seem to limited to the browser since they use localStorage.