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

MapBox FeedbackViewControlleer localization won't display english Show in Russian Swift iOS #4469

Open
inzamaminvozone opened this issue Jun 1, 2023 · 1 comment
Labels
bug Something isn’t working

Comments

@inzamaminvozone
Copy link

Mapbox Navigation SDK version

pod 'MapboxNavigation', '~> 2.9'

Steps to reproduce

i develop custom Mapbox framework and install in ReactNative application but when we click on Feedback option in turnbyturn screen where navigation of route occure it show me the Russian language. while other part show english localize, Basically the issue is labels are localized in russian language automatically while i did not set anything in language. my device already is English language. This is the screenshoot i attached. Please help me.
IMG_9788

Expected behavior

Show all text in english language as per device language is english

Actual behavior

when i tap on feedback button it show me Feedbackviewcontroller and the content in this screen is in RUssian language by default i did not change anything in language localization. Text must me be in English language

Is this a one-time issue or a repeatable issue?

repeatable

@inzamaminvozone inzamaminvozone added the bug Something isn’t working label Jun 1, 2023
@inzamaminvozone inzamaminvozone changed the title [MapBox FeedbackViewControlleer localization won't display english Show in Russian]: [MapBox FeedbackViewControlleer localization won't display english Show in Russian Swift iOS]: Jun 1, 2023
@inzamaminvozone inzamaminvozone changed the title [MapBox FeedbackViewControlleer localization won't display english Show in Russian Swift iOS]: MapBox FeedbackViewControlleer localization won't display english Show in Russian Swift iOS Jun 1, 2023
@kried
Copy link
Contributor

kried commented Jun 1, 2023

Hi @inzamaminvozone

Thank you for your report. Unfortunately, we were not able to reproduce the issue.

I can see on the screenshots the messages in the Ukranian language. The Navigation SDK supports the Ukrainian localization for Feedback. The language code for this language is "uk". As you can see the Ukrainian localization is not fully covered so the guidance instructions and other interfaces are in English.

You can check in our basic example, that SDK itself shows these messages in English if the device language is set to English, for both the USA and the United Kingdom).
Simulator Screenshot - iPhone 14 Pro Max - 2023-06-01 at 16 11 22

Please check that on the same device you've been using to test your project, our example shows the English labels. If so I guess the problem should be in the project configuration.
I cannot say for sure, but I suspect the problem might be related to React Native. Are there any changes you can share with us small sample where we can reproduce the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

No branches or pull requests

2 participants