jenit Report post Posted July 6, 2012 (edited) hi Friends, i am using fusionmap version ( ) . i am using FCMap_WorldwithCountries.swf file .i want to give hindi language support in fusion map so that i have create one xml file named as test_countrymap.xml and saved it with UTF-8 with bom signature and i have checked also that bom signature present with file and give file path in dataURL method in jsp language but i am not able to see that hindi text in lable as well as tooltip of world with countries map. my jsp code is as below var worldmap = getMapFromId("MapId"); if(worldmap == null){ var worldmap = new FusionMaps("/iview/FusionCharts/FCMap_WorldwithCountries.swf", "MapId",1020, "500", "0", "1"); worldmap.setDataURL("/iview/FusionCharts/test_countrymap.xml"); worldmap.render("flashcontent"); }else{ worldmap.setDataURL("/iview/FusionCharts/test_countrymap.xml"); so anybody has idea regarding this issue ?? test_countrymap.xml Edited July 6, 2012 by jenit Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 6, 2012 (edited) Hi, Welcome to the FusionCharts Forum Thank you for the post. I am afraid, we are unable to replicate the issue. Please find attached screen shot of the same. Hope this helps! Edited July 6, 2012 by Bindhu Share this post Link to post Share on other sites