Hello,
i use TeeChart VCL version 2012 Build 2012.07.121105 and I use unit TeeGerman in my app, calling TeeSetGerman. But it does not translate the ChartEditor! It used to work with Version 2010. Has something changed here? Do I miss something? Thank you for your help.
Andreas
Localisation problem
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Localisation problem
Hi Andreas,
You need to include TeeTranslate as well:
You need to include TeeTranslate as well:
Code: Select all
uses
TeeGerman, TeeTranslate;
procedure TForm1.FormCreate(Sender: TObject);
begin
TeeSetGerman;
end;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Localisation problem
OK, that's it. Thank You! I missed that, i am sorry...
Andreas
Andreas
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Localisation problem
Hi Andreas,
No problem, you're welcome!
No problem, you're welcome!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |