I test jpgraph with demo program.I get error like this.
http://63.139.84.225/jptest/examples/show-example.php?target=ganttex19.php
I use php4.3.3, jpgraph 1.13 with Apache1.3.27 in win2000.
I do not know how to set locale.do you know that?
Please help me to fix it.
Thanks.
It's setting it here
// Use swedish locale $graph->scale->SetDateLocale("sv_SE");
You can comment that out to use the default locale, or you could use setlocale to do it yourself.
Please let me know what the "sv_SE' means.
Thanks
sv_SE (Swedish, as spoken in Sweden).
correct or not?
That's right, but according to the error, it's not supported on the system. Is this your system or a hosted system?
Hi LordShryku,
This is my system,please let me know how to make the system to support "sv_SE'".