IWChart Localization

<< Click to Display Table of Contents >>

Navigation:  Forum >

IWChart Localization

Forum link

 

 

 


 

11-25-2024, 09:16 AM:

 

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 := ???

 

 

 


 

04-21-2025, 07:57 AM:

 

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!