Fix in-app language change errors
This MR addresses issue #188 (closed) and #187 (closed) and includes the following changes:
- Set
autoStoreLocales
to true to support in-app language change in Android 12 and lower and fix persistence issues - Remove
locale
fromconfigChanges
and let androidx library handle locale configuration change. This fixes layout issues when switching to RTL locales