How to get the language set on your device.

Asked 2 years ago, Updated 2 years ago, 87 views

Is there a way to get the currently selected language from the Android device?

android localization

2022-09-22 22:30

1 Answers

If you want to receive the language currently set on your device

Locale.getDefault().getDisplayLanguage(); You can use that.


2022-09-22 22:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.