Defines default language and location for the geocoder in the configuration file.
[platal.git] / configs / platal.ini
index a8cb4c2..4fcbe42 100644 (file)
@@ -198,6 +198,13 @@ gmaps_key = ""
 ; URL of geocoding webservice
 gmaps_url = "http://maps.google.com/maps/geo"
 
+; $globals->geocoder->gmaps_hl
+; Default output language.
+gmaps_hl = "fr"
+
+; $globals->geocoder->gmaps_gl
+; Default location preference.
+gmaps_gl = "fr"
 
 ; The lists section contains parameters used to interact with mailman.
 [Lists]