• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Change app language from the app itself

Ikr

Lurker
Hello,

My client wants to be able to switch between English and German without having to change the phone language from the phone. He wants a link from within the app to switch between both languages.

Any idea how to achieve that?

minSdkVersion 15
targetSdkVersion 27

Thanks
 
Create to int[2][] array with string resource ids, english and german.
Switch between languages just changing index int[0][] or int[1][]
 
Back
Top Bottom