问题
I have an app that supports only german & english languages and I need to force a map (or even more - geocoder) to be in one of those languages.
While using REST API we can easily set language so all responses, error messages etc are returned properly translated, but I'm worried that REST limits (2500 requests per IP) will not be enough.
Does anyone know if we can set specific language for Google Maps iOS SDK?
回答1:
Google Maps iOS SDK uses the system region/language settings but doesn't expose any way to manually force any particular language. Geocoding responses (using the SDK classes) and the map labels both reflect these device settings, thankfully.
(Current as of 1.9.2, released February 2015.)
来源:https://stackoverflow.com/questions/22596087/google-maps-sdk-for-ios-localization