Mapbox Navigation SDK version
2.6.0
Steps to reproduce
Implement localization according to the documentation:
navigationMapView.mapView.mapboxMap.onNext(.styleLoaded, handler: { [weak self] _ in
self?.navigationMapView?.localizeLabels()
})
Expected behavior
Localization should apply according to system language preferences.
Actual behavior
Localization does not properly apply unless the current system language is also configured in Xcode with a stub localization file. This isn't a feasible solution for our use case, as we have a translation pipeline with several supported languages, and introducing a localization file for every language Mapbox supports isn't possible.
Instead, is there an option to enable language support broadly based on the system language preferences? Why does our app need to be localized for a particular language in order for Mapbox to support it?
Is this a one-time issue or a repeatable issue?
repeatable
Mapbox Navigation SDK version
2.6.0
Steps to reproduce
Implement localization according to the documentation:
Expected behavior
Localization should apply according to system language preferences.
Actual behavior
Localization does not properly apply unless the current system language is also configured in Xcode with a stub localization file. This isn't a feasible solution for our use case, as we have a translation pipeline with several supported languages, and introducing a localization file for every language Mapbox supports isn't possible.
Instead, is there an option to enable language support broadly based on the system language preferences? Why does our app need to be localized for a particular language in order for Mapbox to support it?
Is this a one-time issue or a repeatable issue?
repeatable