I want my language to change dynamically and I am trying to use onConfigurationChanged but it is not being called. I have a MainActivity that creates my action bar and viewp
You have to define android:configChanges="layoutDirection|locale" in order for onConfigurationChanged() to be called.