Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

change lanauge in cfchartseries

New Here ,
Mar 23, 2012 Mar 23, 2012

Hi,

I'm using CF 8. I have a nice pie chart which displays my data nicely:

<cfchartseries type="pie"serieslabel="Programme Data" colorlist="##79AB3E,##022AC1,##D3392D,##D330E2" paintStyle="raise">

2012-03-23_1014.png

The problem I have is that the word "of" is present. I want a international solution so that if for example I set the locale to French the word of changes to the French equivilent.Is this possible? I didn't see any reference to this in the docs http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-792e.html

460
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Mar 23, 2012 Mar 23, 2012
LATEST

I do not know if there is anything that would switch it automatically. However, you could do it yourself via a custom style. Use the  webcharts3D utility to see what xml you need. See Design Tab > DataLabels > Pattern property.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources