marlove/react-native-geocoding

Is there a way to set language of returned address?

rendomnet opened this issue · 6 comments

Is there a way to set language of returned address?

I've added a pull request to explicitly set the language a while ago but this repository seems inactive. You could checkout my PR or fork of the repository for a quick fix while waiting for the PR to go through. If you have not already found another solution.

@Johnstedt thank you for your contribution. Can you please solve the pending conflicts? I'd be very happy to merge the language support then.

@Johnstedt You can close this issue now since #11 merged.

Solution,please

@nostagy8 Read the exemple in the README.

It should be possible by passing the language as described below
Geocoder.init("xxxxxxxxxxxxxxxxxxxxxxxxx", {language : "en"});