I have a setting in my app that allows users to select different localization (languages), ie Chinese, German, etc
.
What I would like to do is that once the user makes their choice, to immediately update the layout with strings in the currently selected language. Of course, I want the lang change propagated to ALL current activities, without reloading the app.
I found this (haven't tried it yet) but was wondering if there is a cleaner way of doing it.