How to restore an Android app's default locale

前端 未结 2 1030
北海茫月
北海茫月 2021-02-05 17:22

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.

2条回答
  •  -上瘾入骨i
    2021-02-05 17:54

    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.

提交回复
热议问题