mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

[Bug]: Mapbox is showing multiple languages instead of English only

Open santoso8118 opened this issue 1 year ago • 1 comments

Mapbox Navigation SDK version

2.10.0

Steps to reproduce

Our app is apply for Singapore market only

  1. Start a navigation
  2. 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

santoso8118 avatar May 18 '23 10:05 santoso8118

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.

kried avatar May 29 '23 22:05 kried