Page 1 of 7
the problem of the Chinese code
Posted: Thu Apr 14, 2016 9:13 am
by heqichao
Hello,
I am using the Stimulsoft Reports.java on my project.
It throw exception when I set the localization with zh-CHS.xml on webdesigner.

Re: the problem of the Chinese code
Posted: Thu Apr 14, 2016 11:41 am
by Vadim
Hello.
Please check that localization file exists on setted path & localization file not corrupted, it must have <MainMenu><menuEditPaste> node.
Re: the problem of the Chinese code
Posted: Mon Apr 18, 2016 1:23 pm
by heqichao
thanks
Re: the problem of the Chinese code
Posted: Mon Apr 18, 2016 2:59 pm
by HighAley
Hello.
We are always glad to help you.
Let us know if you need our help.
Thank you.
Re: the problem of the Chinese code
Posted: Tue May 03, 2016 12:49 pm
by heqichao
Hello,it is a problem of Chinese Code on the charts like this

the font on the text is right,but on the charts is messy code.
Thanks
Re: the problem of the Chinese code
Posted: Tue May 03, 2016 2:03 pm
by Alex K.
Hello,
We need some additional time for check the issue. We will let you know about the result.
Thank you.
Re: the problem of the Chinese code
Posted: Wed May 04, 2016 6:19 am
by Alex K.
Hello,
Unfortunately, at the current moment, this possible change only from code:
Code: Select all
IStiYAxis ax = ((StiClusteredBarArea) ((StiChart) report.GetComponentByName("Chart1")).getArea()).getYAxis();
StiYLeftAxis axis = (StiYLeftAxis) ax;
axis.setAllowApplyStyle(false);
axis.getLabels().setFont(new StiFont("Arial Unicode MS", 10));
Also, we have added this task in our to-do list.
Thank you.
Re: the problem of the Chinese code
Posted: Mon May 16, 2016 6:44 am
by heqichao
Thank you.and I have a problem about Chinese garbage.
sometime it is right, like that

.
but sometimes garbled when I zooms the browser,like that

Re: the problem of the Chinese code
Posted: Mon May 16, 2016 10:37 am
by Vadim
Hello.
Can you send us your report file for analize(In Viewer- Save-Document File..)
Re: the problem of the Chinese code
Posted: Mon May 16, 2016 12:38 pm
by heqichao