{"id":4759,"date":"2009-05-26T17:14:21","date_gmt":"2009-05-26T17:14:21","guid":{"rendered":"http:\/\/blog2.fusioncharts.com\/?p=34"},"modified":"2026-01-20T14:41:19","modified_gmt":"2026-01-20T09:11:19","slug":"multi-lingual-charts-with-fusioncharts","status":"publish","type":"post","link":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/","title":{"rendered":"Multi-Lingual Charts with FusionCharts: Global Reach"},"content":{"rendered":"Do you have a website or a web application that caters to an international audience? Then you would like to offer your product information and sales copy in the language of their choice. Let\u2019s assume you already do so. But what about your charts? Wouldn\u2019t you like your charts in reports, dashboards, surveys or any other part of the application to be multi-lingual too? Wouldn\u2019t that further increase your credibility?&nbsp;\r\n\r\n<!--more-->FusionCharts Suite v3.1 now allows your charts and maps to go international too. While FusionCharts Suite v3 allowed you to use multi-lingual characters horizontally, v3.1 allows you to use them vertically too. So with v3.1, you can render your charts like this:\r\n<p class=\"image-center\"><img decoding=\"async\" alt=\"Multi-lingual Column Chart\" class=\"asset-image\" src=\"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\" title=\"Multi-lingual Column Chart\" border=\"0\" \/><\/p>\r\nYes, we do agree that you would not ideally like to have a chart with such a motley assortment of languages. But then you get the point, don\u2019t you?\r\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#How_to_use_multi-lingual_characters\" title=\"How to use multi-lingual characters?\">How to use multi-lingual characters?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#How_to_add_BOM\" title=\"How to add BOM?\">How to add BOM?<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#dataURL\" title=\"dataURL\">dataURL<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#dataXML\" title=\"dataXML\">dataXML<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"How_to_use_multi-lingual_characters\"><\/span>How to use multi-lingual characters?<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nBefore we talk about how exactly can you have multi-lingual characters in your charts, let&#8217;s briefly talk about the two ways in which FusionCharts takes its input XML data:\r\n<ol>\r\n\t<li>dataURL method: In this method, you provide the URL of XML Data Document to FusionCharts. This URL can be a physical XML document (like&nbsp; Data.xml) or relayed by a URL (like &nbsp; ReturnXMLData.asp). The chart now sends a request for XML data to the specified URL, reads it, parses it and then renders the charts accordingly. <a href=\"https:\/\/www.fusioncharts.com\/developers\/documentation\/Contents\/DataURL.html\" target=\"_blank\" title=\"dataURL method\" rel=\"noopener noreferrer\">Click here<\/a> for more details on this method.<\/li>\r\n\t<li>dataXML method: In this method, you send the XML data along with the HTML Content and chart SWF file to the browser. The SWF loads, reads this data (present in same page) and then renders the chart. <a href=\"https:\/\/www.fusioncharts.com\/developers\/documentation\/Contents\/DataXMLExp.html\" target=\"_blank\" title=\"dataXML method\" rel=\"noopener noreferrer\">Click here<\/a> for more details on this method.<\/li>\r\n<\/ol>\r\nTo use multi-lingual characters on the chart, you need to use UTF-8 encoded XML and the XML file\/stream &nbsp; requires a BOM stamp &nbsp;to be present as the very first 3 Bytes of the file.&nbsp; BOM stands for Byte Order Mark and is an indicator that the file is containing UTF-8 encoded strings.\r\n<h2><span class=\"ez-toc-section\" id=\"How_to_add_BOM\"><\/span>How to add BOM?<span class=\"ez-toc-section-end\"><\/span><\/h2>\r\nAdding the BOM stamp is a very simple process and can be done as follows depending on which method you are using:&nbsp;\r\n<h3><span class=\"ez-toc-section\" id=\"dataURL\"><\/span>dataURL<span class=\"ez-toc-section-end\"><\/span><\/h3>\r\nIn case you are using a static XML file, you can manually insert the BOM stamp to the XML data file following these 3 steps:\r\n<ol>\r\n\t<li>Open the file in question in a text-editor that supports UTF-8 encoding with BOM stamp (Example \u2013 Windows Notepad).<\/li>\r\n\t<li>Open the save menu and specify file name, file type, encoding and BOM mark (if the option is available).<\/li>\r\n\t<li>Save the file.<\/li>\r\n<\/ol>\r\nIn Windows Notepad, the process would look like this:\r\n<p class=\"image-center\"><img decoding=\"async\" alt=\"Adding BOM stamp in Windows Notepad\" class=\"asset-image\" src=\"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c01156fb1f2c0970c-800wi.jpg\" title=\"Adding BOM stamp in Windows Notepad\" border=\"0\" \/><\/p>\r\nBut in most of the cases, you would not really be using a static XML file. You would rather be having server side scripts virtually relaying the XML data document to the chart. In that case, you could use either of the following methods:\r\n<ol>\r\n\t<li>Manually add BOM to the XML relayer script file &nbsp; &#8211; just like adding BOM stamp to the static XML files you can also add the BOM stamp to the server side file which would be relaying the dynamically generated XML. This needs to be done when the script file is created for the first time before you start coding in it.<\/li>\r\n\t<li>Write BOM using script &#8211; In most cases the XML relayer script file might be created with ANSI encoded format. In this case, one needs to add\r\nthe BOM using script at the very beginning of the output stream. Moreover, when a server side script creates an XML file, it should add the BOM stamp as the very first 3 bytes of the file.&nbsp;As an example, you can append BOM for PHP script as under:<\/li>\r\n<\/ol>\r\n\r\n<pre class=\"lang:php\">header ( 'Content-type: text\/xml' );\r\necho pack ( 'C3 , 0xef, 0xbb, 0xbf' );<\/pre>\r\n\r\nTo implement BOM stamp with other server-side technologies, please visit our online documentation on this <a href=\"https:\/\/www.fusioncharts.com\/developers\/documentation\/Contents\/SpChar.html\" target=\"_blank\" title=\"Documentation - Multi-lingual characters using FusionCharts\" rel=\"noopener noreferrer\">here<\/a>.\r\n<h3><span class=\"ez-toc-section\" id=\"dataXML\"><\/span>dataXML<span class=\"ez-toc-section-end\"><\/span><\/h3>\r\nJust like adding BOM stamp to a static XML files, in this case as well you would need to save the file containing the chart SWF and XML with BOM stamp. This needs to be done when the script\/HTML file is created for the first time before you start coding in it.","protected":false},"excerpt":{"rendered":"<p>Do you have a website or a web application that caters to an international audience? Then you would like to offer your product information and sales copy in the language of their choice. Let\u2019s assume you already do so. But what about your charts? Wouldn\u2019t you like your charts in reports, dashboards, surveys or any [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[107,108,136,254],"coauthors":[692],"class_list":["post-4759","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-dataurl","tag-dataxml","tag-features","tag-multi-lingual"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Multi-Lingual Charts with FusionCharts: Global Reach<\/title>\n<meta name=\"description\" content=\"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Multi-Lingual Charts with FusionCharts: Global Reach\" \/>\n<meta property=\"og:description\" content=\"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\" \/>\n<meta property=\"og:site_name\" content=\"FusionBrew - The FusionCharts Blog\" \/>\n<meta property=\"article:published_time\" content=\"2009-05-26T17:14:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T09:11:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\" \/>\n<meta name=\"author\" content=\"sanket\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sanket\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"Article\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"sanket\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/c14c6d9f5b307450557d808a21d1dfdd\"\n\t            },\n\t            \"headline\": \"Multi-Lingual Charts with FusionCharts: Global Reach\",\n\t            \"datePublished\": \"2009-05-26T17:14:21+00:00\",\n\t            \"dateModified\": \"2026-01-20T09:11:19+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\"\n\t            },\n\t            \"wordCount\": 707,\n\t            \"commentCount\": 3,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\",\n\t            \"keywords\": [\n\t                \"dataURL\",\n\t                \"dataXML\",\n\t                \"features\",\n\t                \"multi-lingual\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"Tutorials\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\",\n\t            \"name\": \"Multi-Lingual Charts with FusionCharts: Global Reach\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\",\n\t            \"datePublished\": \"2009-05-26T17:14:21+00:00\",\n\t            \"dateModified\": \"2026-01-20T09:11:19+00:00\",\n\t            \"description\": \"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\",\n\t            \"contentUrl\": \"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.fusioncharts.com\/blog\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Multi-Lingual Charts with FusionCharts: Global Reach\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"name\": \"FusionBrew - The FusionCharts Blog\",\n\t            \"description\": \"Get tips and tricks on how to build effective Data Visualisation using FusionCharts\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\",\n\t            \"name\": \"FusionCharts\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\",\n\t                \"url\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"contentUrl\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"width\": 1,\n\t                \"height\": 1,\n\t                \"caption\": \"FusionCharts\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\"\n\t            }\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/c14c6d9f5b307450557d808a21d1dfdd\",\n\t            \"name\": \"sanket\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/aa9bf7337aa7dc31f02bbeafe3643705\",\n\t                \"url\": \"\/blog\/wp-content\/wphb-cache\/gravatar\/96f\/96f01842825610174488ebab79a44037x96.jpg\",\n\t                \"contentUrl\": \"\/blog\/wp-content\/wphb-cache\/gravatar\/96f\/96f01842825610174488ebab79a44037x96.jpg\",\n\t                \"caption\": \"sanket\"\n\t            },\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/author\/sanket\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Multi-Lingual Charts with FusionCharts: Global Reach","description":"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/","og_locale":"en_US","og_type":"article","og_title":"Multi-Lingual Charts with FusionCharts: Global Reach","og_description":"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.","og_url":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/","og_site_name":"FusionBrew - The FusionCharts Blog","article_published_time":"2009-05-26T17:14:21+00:00","article_modified_time":"2026-01-20T09:11:19+00:00","og_image":[{"url":"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg","type":"","width":"","height":""}],"author":"sanket","twitter_card":"summary_large_image","twitter_misc":{"Written by":"sanket","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#article","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/"},"author":{"name":"sanket","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/c14c6d9f5b307450557d808a21d1dfdd"},"headline":"Multi-Lingual Charts with FusionCharts: Global Reach","datePublished":"2009-05-26T17:14:21+00:00","dateModified":"2026-01-20T09:11:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/"},"wordCount":707,"commentCount":3,"publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg","keywords":["dataURL","dataXML","features","multi-lingual"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/","url":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/","name":"Multi-Lingual Charts with FusionCharts: Global Reach","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg","datePublished":"2009-05-26T17:14:21+00:00","dateModified":"2026-01-20T09:11:19+00:00","description":"Reach an international audience with multi-lingual charts. Learn how to offer product information and data in multiple languages using FusionCharts now.","breadcrumb":{"@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#primaryimage","url":"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg","contentUrl":"https:\/\/www.fusioncharts.com\/blog\/wp-content\/uploads\/gallery\/images\/6a010534c80b99970c011570a7583e970b-800wi.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fusioncharts.com\/blog\/multi-lingual-charts-with-fusioncharts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fusioncharts.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Multi-Lingual Charts with FusionCharts: Global Reach"}]},{"@type":"WebSite","@id":"https:\/\/www.fusioncharts.com\/blog\/#website","url":"https:\/\/www.fusioncharts.com\/blog\/","name":"FusionBrew - The FusionCharts Blog","description":"Get tips and tricks on how to build effective Data Visualisation using FusionCharts","publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fusioncharts.com\/blog\/#organization","name":"FusionCharts","url":"https:\/\/www.fusioncharts.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/","url":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","contentUrl":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","width":1,"height":1,"caption":"FusionCharts"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/c14c6d9f5b307450557d808a21d1dfdd","name":"sanket","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/aa9bf7337aa7dc31f02bbeafe3643705","url":"\/blog\/wp-content\/wphb-cache\/gravatar\/96f\/96f01842825610174488ebab79a44037x96.jpg","contentUrl":"\/blog\/wp-content\/wphb-cache\/gravatar\/96f\/96f01842825610174488ebab79a44037x96.jpg","caption":"sanket"},"url":"https:\/\/www.fusioncharts.com\/blog\/author\/sanket\/"}]}},"_links":{"self":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts\/4759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/comments?post=4759"}],"version-history":[{"count":0,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/posts\/4759\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/media?parent=4759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/categories?post=4759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/tags?post=4759"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.fusioncharts.com\/blog\/wp-json\/wp\/v2\/coauthors?post=4759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}