Savva Shuliatev

Results 2 comments of Savva Shuliatev

**I found an alternative solution with setting the language:** ```Swift let locale = Locale.preferredLanguages.first ?? "en" // Updated let settingsService = SettingsServiceFactory.getInstance(storageType: .persistent) switch settingsService.set(key: MapboxCommonSettings.language, value: locale) { case...

> Locale from your snippet could produce string like "en_DE (current)" which breaks the map styles as it doesn't follow [the expected format ](https://docs.mapbox.com/ios/maps/api/11.7.1/documentation/mapboxcommon/mapboxcommonsettings/language?language=objc). Hi @kirylkarabeika Thanks for your report!...