-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale not working proper in Android 11 and Android 12 #52
Comments
Hey @yahya-ebizz Could you please share more details on what is wrong with Android 11 and 12? I've tested the sample app using the latest versions, but I haven't come across any issues. |
I spotted it is not working on Android 13 ether. It is translating half of the app, also changing language 2 or more times when app is active is especially critical.. |
the library works great on Android 10, but when tested on Android 12 I found that words do translate to the right language but layout don't change direction ltr to rtl and vise versa |
@zeroDivider @ahmed-elkhadragy Trying to figure out what is the cause of your issue with new android versions
|
Hello, yes I used receeate() to restart the activity and it indded changes language but it's all about layout direction and I don't use navigation component nor fragment my app is single screen single activity app.. |
reason: PS: Just passing by, due to an attempt to migrate from Sharedpreferences to DataStore |
My option fun getSystemLocale(): Locale = getSystemLocales().get(0) ?: Locale.getDefault() |
No description provided.
The text was updated successfully, but these errors were encountered: