获取当前语言的设备语言、设备

2023-09-11 12:50:42 作者:几分甜度°

我们如何才能让当前的语言在Android设备选择?

How can we get the current language selected in the Android device?

推荐答案

如果你想获得设备的选择的语言,这可以帮助你:

If you want to get the selected language of your device, this might help you:

Locale.getDefault().getDisplayLanguage();