ChangeLanguageExample
ChangeLanguageExample copied to clipboard
lang not changing in other Acitivities
This method is changing the language only in that activity where attachBaseContext is called. In other activities lang remains the default one
Hi @suvamjain,
Yes that's correct but this is not a bug it is how the system works.
To overcame this you need to define a BaseActivity class and then override attachbasecontext. I know it is not a pleasant solution but this is how the android system works.