zhuorantan / LocationPicker

A ready for use and fully customizable location picker for your app
MIT License
400 stars 79 forks source link

Localization question #22

Closed guillotemanija closed 7 years ago

guillotemanija commented 7 years ago

Hi there, awesome location picker!

How can I change the language the addresses are written in. All addresses are in English, but I would like them to be in Spanish.

Thank you

zhuorantan commented 7 years ago

The language depends on locale setting of the device because adresses are provided by this API. If you configured language setting properly and still can't get addresses in Spanish, then Apple may hasn't provided Spanish addresses yet.

guillotemanija commented 7 years ago

Thank you for your answer. I will look into that