jenit

Problem With Multilingual Support In Fusion Map

Recommended Posts

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 by jenit

Share this post


Link to post
Share on other sites
Guest Bindhu

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!

post-23884-0-65078300-1341569361_thumb.png

Edited by Bindhu

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now