Search found 7 matches

by Frede
Tue Dec 09, 2008 7:27 am
Forum: VCL
Topic: TeeChart Language in ReportBuilder
Replies: 1
Views: 3320

TeeChart Language in ReportBuilder

Hi again, I don't know if you monitor old threads so I put this in a new thread. When using TeeCHart in ReportBuilder, is it possible to set the language in a similar way to what is described in this thread http://www.teechart.net/support/viewtopic.php?p=36154 That is, if I drop a TeeChart component...
by Frede
Mon Dec 08, 2008 8:17 am
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

What about TeeChart in ReportBuilder

Hi again,

A related question. Is it possible to set the language in a similar way when I use TeeChart in ReportBuilder? That is, if I drop a TeeChart component on a report in design view, I'd like the editing chart dialog to be in a specific language. How can I accomplish that?
by Frede
Wed Dec 03, 2008 1:57 pm
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

Yes, I tried to make it just a private procedure and it works just as well.

Thank you for excellent support!
by Frede
Wed Dec 03, 2008 1:16 pm
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

Thanks again,

Sorry, it DOES work! i was looking in the wrong place.

Onle last question though. Does it really have to be a class procedure. Can I not just call ChangeLanguage before ChartEditor.Execute?
by Frede
Wed Dec 03, 2008 12:14 pm
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

Great, I have set the langauge options in the registry to Swedish (REG_DWORD 13) by using Options on a TChart component. However when I launch my app, everything is still in English. I must also call TChartMultiLanguage.ChangeLanguage(TeeLanguageRegistry); as well I suppose?
by Frede
Wed Dec 03, 2008 11:03 am
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

wow, that was fast! I have look at the source code for the sample and as I understand it I just need to call the ChangeLanguage procedure to set the language of TeeChart. Will this change the language of any TeeChart control on the current form or do I need to call TranslateControl as well? I only n...
by Frede
Wed Dec 03, 2008 10:27 am
Forum: VCL
Topic: Support for multiple languages
Replies: 11
Views: 16480

Support for multiple languages

Hello, We have TeeChart Pro which I understand comes with support for some 25+ languages. We use TeeChart in Delphi 2007 Win VCL. How can we enable multi-language support for our charts. That is, the chart property pages should display localized strings. I know it is possible to set the language dir...