You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The placeholder text in the search bar for the geocoder remains "Search" (in English), even when the language of the map is changed, as in let geocoder = new MapboxGeocoder({accessToken: mapboxgl.accessToken, language: 'es' });. I cannot figure out a clean way to change it.
The text was updated successfully, but these errors were encountered:
andrewharvey
changed the title
Changing geocoder language does not change the word "Search"
default placeholder text should be localized if language option provided
Apr 13, 2018
The placeholder text in the search bar for the geocoder remains "Search" (in English), even when the language of the map is changed, as in
let geocoder = new MapboxGeocoder({accessToken: mapboxgl.accessToken, language: 'es' });
. I cannot figure out a clean way to change it.The text was updated successfully, but these errors were encountered: