geoPHP
geoPHP copied to clipboard
Return Reverse geocoding data with selected language
In GoogleGeocode.class.php in lines $url = "http://maps.googleapis.com/maps/api/geocode/json"; $url .= '?latlng='.$lat.','.$lon; $url .= '&sensor=false'; will bee good to add parameter "language".
Thank you.