matthiasmax

Set NLS to german (DE) instead of english (EN)

Recommended Posts

Hi,

 

how can I set the NLS or language or number format to german (DE) ?

I handing over numbers that have commas as decimal separator.

 

Setting the decimalSeparator attribute didnt help.

 

Example value:

<set value='5,6350' />

THanks for any hints.

Share this post


Link to post
Share on other sites

Hi,

 

how can I set the NLS or language or number format to german (DE) ?

I handing over numbers that have commas as decimal separator.

 

Setting the decimalSeparator attribute didnt help.

 

Example value:

<set value='5,6350' />

THanks for any hints.

Hi,

 

Could you please try setting "," as the value for the "inDecimalSeparator" attribute in the <chart> element of the XML and see if this helps?

Ex: 

<chart ... inDecimalSeparator=',' ...> 

For further details on the input number formatting, please refer to the following link.

Ref.- http://docs.fusioncharts.com/charts/contents/?advanced/number-format/Number_Input.html

 

Hope this helps. :)

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