> How the view are getting refreshed when user change the language? I would guess that your activity is destroyed and recreated by default, just like when the user changes screen orientation.
If that is not happening, Android might be calling onConfigurationChange(), though that is only supposed to happen when you have android:configChanges="locale" in your manifest. However, I have not experimented with this scenario, so my guesses may be incorrect. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

