How to force Android application to reload the activity title corresponding to the language change?
问题 How could force android application to reload activity title when the language of the application has been changed? For your information, the application reloads the title only when the device is rotated. Yet, the content of the activity is reload with the appropriate language content with no problem, but the activity title! In AndroidManifest.xml file, android:configChanges="locale" has been added with no success. <activity android:name=".layout.MainActivity" android:configChanges="locale"