Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

Localization issue

Open shashankj99 opened this issue 3 years ago • 1 comments

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

"الأندلس،"

shashankj99 avatar Nov 22 '21 03:11 shashankj99

Hello @shashankj99 ,

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

jbelien avatar Nov 22 '21 07:11 jbelien