The following code is for changing app locale into Spanish is working fine in some devices, but in some devices it is enlarging (zooming) the views in the app. Does anyone h
//you are updating the configuration using the displaymetris
so it will made changes to your configuration
getBaseContext().getResources().updateConfiguration(config, getResources().getDisplayMetrics());