Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWChart Localization
#1
Hello,
I need to localize IWChart to Czech language. I need the timeline (X-axis)
and the description of the points not to be in English, but in Czech language. How does the "Locale" property work?
Thanks

IWChartJS.XScale.ScaleType := stTime;
IWChartJS.XScale.TimeUnit := '';

??? IWChartJS.Locale := ???
Pindischan
Reply
#2
Hey, I had the same issue before — you just need to set
Code:
IWChartJS.Locale := 'cs';
for Czech. Make sure your browser supports it and the labels should auto-translate if the locale is handled properly by Chart.js. Let me know if it works!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)