I am changing the application locale based on user choice. Independent of device locale.
using
public void setDefaultLocale(Context context, String
I asked something similar and found this answer, sorry if it is late:
To find the system locale use:
defaultLocale = Resources.getSystem().getConfiguration().locale;
It gets the system locale, no matter which default locale is set for the app/activity.