fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
223 stars 364 forks source link

Getting Chinese Text beside searched text? #20

Closed ameeee closed 4 years ago

ameeee commented 4 years ago

Screenshot (512)

I dont know why im getting chinese translation when im searching for places.. Any tip??

fysoul17 commented 4 years ago

Can you please provide your usage of PlacePicker?

If you are just using example code, you may have parameter 'autocompleteLanguage: "ko"' which displays in Korean.

What you are seeing is NOT Chinese BUT Korean (except the 2nd result). So if you are using example code, please remove the code or change to 'en'.

ameeee commented 4 years ago

Fixed the issue by your soln! Thanks @fysoul17