Jump to content
Software FX Community

SetCulture has not effect even after setting it to a specific locale


jainvanita

Recommended Posts

I want to display locale specific gauge and chart in java. I am using setCulture method but it has no effect. 

 I have set the culture for gauge as -

gauge.setCulture("ja_JP").

 But it is throwing  the following error-

SfxNETGauges.System.ArgumentException: The culture is neutral. Therefore, it cannot be used in formatting and parsing.   at ChartFX.internal.WebForms.Gauge.vvxzw.$y$z(Unknown Source)   at ChartFX.internal.WebForms.Gauge.BaseGauge.yxx(Unknown Source)   at com.softwarefx.chartfx.gauge.BaseGauge.setCulture(Unknown Source)   at com.cisco.nmp.dashboard.control.gauge.Gauge.RenderVerticalGauge(Gauge.java:228)   at com.cisco.nmp.dashboard.control.gauge.Gauge.RenderDial(Gauge.java:197)   at com.cisco.nmp.dashboard.control.gauge.Gauge.render(Gauge.java:106) 

Is someone successful in displaying locale specific chart and guages in JAVA? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...