I changed the locale of my application programmatically, like following:
locale
Resources res = context.getResources(); DisplayMetri
You could create a listener, which will be called when the locale changes. This will then remove the Fragment, and re add the Fragment. Your new locale should then be picked up.