I have this Android app that\'s localized in several languages. If the appropriate string for the device\'s locale exists, the app automatically displays it. So far, so good.
Locale defaultLocale = Locale.getDefault();
Edit: Sorry, I just realized this does not in fact answer your question, since you're overriding the default to effect your change.