Shashank Jha

Results 1 issues of Shashank Jha

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...

question