mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: Mapbox is showing multiple languages instead of English only
Mapbox Navigation SDK version
2.10.0
Steps to reproduce
Our app is apply for Singapore market only
- Start a navigation
- Road name and manuever instruction texts are showing in multiple languages: English and Chinese
Expected behavior
We just want to show road name and manuever instruction in English only
Actual behavior
Road name and manuever instructions are showing multiple languages: English / Chinese
Is this a one-time issue or a repeatable issue?
repeatable
Hi @santoso8118
Please take a look at our Localization and internationalization docs.
E.g. for English voice instructions, you can specify locale
in DirectionOptions. And iOS Nav SDK uses Locale.nationalizedCurrent to display the current road name.