I know that it is possible to have several languages ββin one application via res / string and depending on Locale. Here is the case (ANDROID) controlling the user's language
Now, how can I change the language on the phone? As I would do Menu> Settings> Language and keyboard> Select language> Languages
Is there any real code to access these settings? Or should I create an intention for quick access to language settings. Please post code
Edit: With the Locale class developer.android.com/intl/fr/reference/java/util/Locale.html
Constructor at least Locale (String language) Input is a language. How can you get the current language used on the device?
android settings locale
Raymond Chenon Apr 07 2018-10-22T00: 00Z
source share