Android localization bug with radio buttons?
I have an Android app that is localized for English and Spanish. When you install in English and view it in English, everything works. When you install it in Spanish (the phone's locale is set to Spanish开发者_StackOverflow中文版 before APK install) and view it in Spanish, everything works. The oddities happen when you install it in one language, flip to the other and then run the app. The radio button text refuses to change from the language it was on install. I have verified that the strings are correct in both strings.xml files, and it only seems to be happening with the text for radio buttons. Does anyone have any insight into this?
It's a reported bug.
精彩评论