problem with language on Windows 8 / RAD STUDIO XE3

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Alex74
Newbie
Newbie
Posts: 1
Joined: Tue Feb 26, 2013 12:00 am

problem with language on Windows 8 / RAD STUDIO XE3

Post by Alex74 » Mon Jul 01, 2013 1:59 pm

in design time i have set the Language = Italian, but a run time i see the english Language.
Can you help me to solve the problem.

Sorry for my bad english....

Alex

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: problem with language on Windows 8 / RAD STUDIO XE3

Post by Yeray » Tue Jul 02, 2013 2:14 pm

Hi Alex,

To change the language of the editor at runtime you can do as follows:

Code: Select all

uses TeeItalian;

procedure TForm1.FormCreate(Sender: TObject);
begin
  TeeSetItalian;
end;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply