Hi
I have a setting in my app that allows user to select different localization (language), 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 (havent tried yet), but was wondering if there is a cleaner way of doing it.
http://www.tutorialforandroid.com/2009/01/force-localize-application-on-android.html
Gracias