-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
We should have a plugin that automatically localizes map labels into the user’s preferred language. There’s already a robust implementation of this feature in Objective-C targeting the macOS SDK that could be ported to the Android SDK:
https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MapDocument.m#L346-L393
https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MGLVectorSource+MBXAdditions.m
/ref mapbox/mapbox-gl-native#7031
/cc @tobrun @langsmith @ericrwolfe
tobrun, zugaldia, cammace and langsmith