Skip to main content
Participant
March 23, 2012
Question

change lanauge in cfchartseries

  • March 23, 2012
  • 1 reply
  • 493 views

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">

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    March 23, 2012

    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.