Open shashankj99 opened 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');
$adapter_client = new Client(); $provider = new GoogleMaps($adapter_client, null, $api_key); $geocoder = new StatefulGeocoder($provider); $geocoder->setLocale('en');
Here's my output
"الأندلس،"
Hello @shashankj99 ,
Could you tell us what query did you made ? And check the request sent to Google API ?
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
"الأندلس،"