jenit

Members
  • Content count

    1
  • Joined

  • Last visited

About jenit

  • Rank
    Forum Newbie
  1. 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