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 - [TV52014287] Using danish language, the financial tab (add series) in the editor i...
Summary: [TV52014287] Using danish language, the financial tab (add series) in the edi...
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Other Components (show other bugs)
Version: unspecified
Hardware: All All
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 11:02 EDT by yeray alonso
Modified: 2013-11-20 10:01 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)]