-
Notifications
You must be signed in to change notification settings - Fork 374
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
[question]: Changing the Language of Android System Modal Text in the requestPermission Callback Function #1645
Comments
Hello @WooMinGy thanks for reaching out! The language of the modal in your screenshot should be based on the device's system settings; it is a native prompt outside of OneSignal's customizable options. Is your phone currently set to Korean or English? |
@jennantilla |
@WooMinGy apologies for the delay in response. Do you also have English as a language on your phone (in Settings?)? Can you try removing it and see if the modal language updates? |
Closing due to no response. |
I am also experiencing the same issue where the system prompt only appears in English, even though my phone's language is set to Korean. Additionally, when I use LocaleConfig and set it up in <locale-config xmlns:android="http://schemas.android.com/apk/res/android">
<locale android:name="ko"/>
</locale-config> and configure <application
android:localeConfig="@xml/locale_config"
</application> the system prompt no longer appears at all. |
same here |
How can we help?
How can I change the language of the Android system modal that appears when navigating to device settings from the callback function of the requestPermission method? The language is currently mixed with Korean and English, as shown in the picture.
Code of Conduct
The text was updated successfully, but these errors were encountered: