Set-up the application Language in Android Preferences

后端 未结 2 1010
悲&欢浪女
悲&欢浪女 2020-12-17 02:06

I would like the application language to be set according to the user preferences but up till now it doesn\'t work how I would like it to.

I have set the default val

2条回答
  •  爱一瞬间的悲伤
    2020-12-17 02:38

    I would think that you need to be setting the locale in the MainActivity onCreate method. The same way you are setting it when the onSharedPreferenceChanged method.

提交回复
热议问题