react-native-geocoder icon indicating copy to clipboard operation
react-native-geocoder copied to clipboard

Language

Open note89 opened this issue 9 years ago • 5 comments

I get the address in my native language on IOS, can i get it in English ?

note89 avatar Jan 17 '17 18:01 note89

yes you can but u need modify it, i open PR for it to get result base on language , hope it accepted and u or the other can use it.. @note89

abadikaka avatar May 06 '17 08:05 abadikaka

@note89 the logic is u set ur local language device as "en" and it will retrieve the result on english

abadikaka avatar May 06 '17 08:05 abadikaka

is there a solution to this issue ?

nes123 avatar Dec 25 '17 19:12 nes123

For android just change line 25 in RNGeocoderModule.java to :

Geocoder geocoder = new Geocoder(reactContext.getApplicationContext(), Locale.ENGLISH);

nes123 avatar Dec 25 '17 22:12 nes123

@devfd I can see a PR already exist for this change : https://github.com/devfd/react-native-geocoder/pull/87/files

could you please approve it and release a new version ?

bdipak avatar Feb 26 '20 12:02 bdipak