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
problem with language on Windows 8 / RAD STUDIO XE3
Re: problem with language on Windows 8 / RAD STUDIO XE3
Hi Alex,
To change the language of the editor at runtime you can do as follows:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |