Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 173

Summary: [TV52014287] Using danish language, the financial tab (add series) in the editor i...
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: Other ComponentsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2013-11-20 10:01:45 EST
Using danish language, the financial tab (add series) in the editor is empty.
Also note that the financial series (Finansiel) reappear (and its tab returns to english) after navigating through functions (Funktioner).
You can see the difference between two languages with a teecommander or a teeeditor and the following code:
uses teedanish, teeswedish;
procedure TForm1.Button1Click(Sender: TObject);
begin
  TeeSetDanish;
end;
procedure TForm1.Button2Click(Sender: TObject);
begin
  TeeSetSwedish;
end;
Forum topic:
http://www.teechart.net/support/viewtopic.php?f=3&t=9989&p=41400#p41400 [created:2009-07-13T10:02:42.000+01:00 reported by:yeray@steema.com reported in version:9.0 (TeeChart VCL)]