My app supports 8 languages, English
, French
, German
, Arabic
, Spanish
, Mandarin Chinese
, Japanese
and Russian
languages.
There is a language picker inside SettingsFragment
that allows the user to change the app language.
Users who have Android 13 and higher can change the app language as mentioned here.
In Android 13 and higher, Should I remove the language picker from SettingsFragment
? Because the user can change the app language from outside as I mentioned in the link above.
I did not understand all points of this documentation so maybe my question was already answered there.
Thank you.