Hello Everyone, in my appliation i am using esri basemap gallery and all the labels are in german language. I think this is happening because of our location is in Germany. But I need to show the basemap gallery map labels into English.
How I can do it?
My map.js basemap coding is as follows:
var basemapGallery = new BasemapGallery({
showArcGISBasemaps: true,
map: map
}, "basemapGallery");
basemapGallery.on('load',function(){
basemapGallery.remove('basemap_1');
basemapGallery.remove('basemap_2');
//basemapGallery.remove('basemap_3');
basemapGallery.remove('basemap_4');
basemapGallery.remove('basemap_5');
//basemapGallery.remove('basemap_6');
basemapGallery.remove('basemap_7');
//basemapGallery.remove('basemap_8');