Skip to content
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

languageCode doesnt override the default one #314

Open
YaserClaro opened this issue Jul 19, 2023 · 4 comments · May be fixed by #351
Open

languageCode doesnt override the default one #314

YaserClaro opened this issue Jul 19, 2023 · 4 comments · May be fixed by #351
Assignees
Labels
enhancement New feature or request

Comments

@YaserClaro
Copy link

Hello
im trying to use languageCode to override my device language, for example my mobile has English language as a default language, when i change my languageCode to 'ar' , it doesnt work, still messages are in English not arabic

@hoangnk121
Copy link

I also had the same situation, the release note language is out of sync with the reminder titles above �on iOs. Hoping for any solution or suggestion, thanks!

@YaserH25
Copy link

I also had the same situation, the release note language is out of sync with the reminder titles above �on iOs. Hoping for any solution or suggestion, thanks!

You can use this one
Upgrader( dialogStyle: UpgradeDialogStyle.material, appcastConfig: cfg, debugLogging: true, messages: UpgraderMessages( code: 'your languageCode', ),

@larryaasen
Copy link
Owner

@YaserClaro @hoangnk121 The languageCode parameter is used only for Android at this time. Looks like this should be used for iOS as well.

@larryaasen larryaasen added the enhancement New feature or request label Nov 7, 2023
@Add00w
Copy link

Add00w commented Nov 7, 2023

Hello @larryaasen , I fixed this issue please see my pr thanks.

@larryaasen larryaasen self-assigned this Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants