homeeondemand / react-native-mapbox-navigation

A navigation UI ready to drop into your React Native application
MIT License
153 stars 118 forks source link

Wrong language in StepsViewController and a few other places #79

Open velevtzvetlin opened 2 years ago

velevtzvetlin commented 2 years ago

I am seeing native elements that use NSLocalizedString produce strings in German. I don't understand why that is happening.

AlexanderCollins commented 1 year ago

Did you by chance find a resolution @velevtzvetlin? I'm also having the same issue.

I dug a little deeper, on arrival I can see a "Du bist angekommen" string shown at the bottom of the screen... I think that's coming from Line 71 within the native lib: mapbox-navigation-ios/Sources/MapboxNavigation/Resources/de.lproj/Localizable.strings/#L71

My app is currently set to use the language of the device (which is currently English) so I'm really not sure why it's partially using German... Any other's input would be greatly appreciated.

[edit] This maybe seems to be related to an upstream issue, see: mapbox/mapbox-navigation-ios/issues/2605