AxisEditor in Japanese language
Posted: Tue Mar 08, 2005 5:53 am
Hi,
I am trying to pop up the AxisEditor from the TeeChart graph window
in Japanese. The following method calls do the job alright in the
all-in-one Editor case.
But the next code for the AxisEditor fails to show the Japanese dialog.
The result is always in English.
How should I control the language of the AxisEditor?
All the best,
HotSteemar
I am trying to pop up the AxisEditor from the TeeChart graph window
in Japanese. The following method calls do the job alright in the
all-in-one Editor case.
Code: Select all
Steema.TeeChart.Editors.AskLanguage.ChangeLanguage(17);
ShowEditor();
The result is always in English.
Code: Select all
Steema.TeeChart.Editors.AskLanguage.ChangeLanguage(17);
Steema.TeeChart.Editors.AxisEditor s= new
Steema.TeeChart.Editors.AxisEditor(this.tChart.Axes.Custom[axisIndex],this);
Steema.TeeChart.Editors.EditorUtils.ShowFormModal(s,this);
All the best,
HotSteemar