AndreyDG Report post Posted October 16, 2012 I've tried to localize chart on russian. All messages were translated ok, but PBarLoadingText shows wrong symbols.Here is my code: var renderMyChart = new FusionCharts(fileRenderChartType, "myChartDataId" + i, "100%", "100%", "0", "1"); renderMyChart.setXMLData($(this).html()); renderMyChart.setTransparent(true); where fileRenderChartType="..../flash/MSColumn3D.swf?ChartNoDataText=График пустой по причине отсутствия данный для него&PBarLoadingText=Загрузка..."; Problem is in PBarLoadingText only. Firebug shows parameters correctly. I tried to use configure method instead of it, but i got the same result. How to solve this problem? Thanks! Share this post Link to post Share on other sites
JavaOnFly Report post Posted January 29, 2013 (edited) The correct property is LoadingText not PBarLoadingText, i have tested it and it works. may some one from FusionCharts update the document soon, so that it helps all. Happy coding! Thanks, JavaOnFly Edited January 29, 2013 by JavaOnFly Share this post Link to post Share on other sites
Swarnam Report post Posted January 30, 2013 Hi, Thanks for the inputs. We are looking into it. We would update the documentation accordingly. Share this post Link to post Share on other sites