Android - Forced locale resetted on orientation changes?

If so, you can intercept or prevent orientation changes: stackoverflow.com/questions/456211/activ....

I "restart" my Activity with finish() and startActivity() to force the reload of the UI which use the new locale. The orientation change always resets my locale – WarrenFaith Feb 24 '10 at 8:09.

I just saw your code. Check that the Locale you are using is from java. Util and not from android.

Your code will not change the locale of the cellphone. To test it: I set my phone to Spanish. Open your app click the button go to home Icons were in spanish instead of english.

If what you are trying to do is just setting the Locale to a default and being able to see the same value after a screen rotation: Instead of: android:configChanges="locale" use: android:configChanges="locale|orientation.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions