geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 519 forks source link

Localization issue #1144

Open shashankj99 opened 3 years ago

shashankj99 commented 3 years ago

I've set the locale to english but still getting result in arabic. $adapter_client = new Client(); $provider = new GoogleMaps($adapter_client, null, $api_key); $geocoder = new StatefulGeocoder($provider); $geocoder->setLocale('en');

Here's my output

"الأندلس،"

jbelien commented 3 years ago

Hello @shashankj99 ,

Could you tell us what query did you made ? And check the request sent to Google API ?