Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Teechart Language

edited January 2005 in General
Hi,
in TeeChart 7 I can set the default Language for the Chartdesigner, but
the Wrapper integrated in RB (ppChrtUI) stays unaffected from this and
is always displayed in english.
Where can I make a differnt Language (e.g. German) my default one?

Thanks in advance.

Comments

  • edited January 2005
    Hello,

    In my testing with TeeChart 7, I was able to successfully change the
    language of the chart designer using the TeeSetGerman method. Here is the
    code I used...

    uses
    ppChrtUI, TeeGerman;

    procedure TForm1.Button1Click(Sender: TObject);
    begin
    TeeSetGerman;
    ppDesigner1.ShowModal;
    end;

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2005
    Hi,

    you directed me the right way, my fault was to call the TeeSetGerman in
    my Mainform, but I had to do this in the ppRptExp.pas.
    Its not really clear to me, why, because the Parent of the
    ReportDesigner seems to be my Mainform. No matter why, but it works...

    Thanks a lot


    Nico Cizik (Digital Metaphors) schrieb:
This discussion has been closed.