Components for Delphi and C++ Builder.

Go to Russian forum
Go to EhLib.com
It is currently 28 Mar 2024, 20:55

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: PrintDBGridEh language
PostPosted: 21 Mar 2021, 10:45 
Offline

Joined: 15 Mar 2021, 16:33
Posts: 37
Hi
I want to change the language in preview form(Print/Printer setup/scale.....).
Note :pls se the attachment pict.

Best Regards


Attachments:
ehlib_prn.jpg
ehlib_prn.jpg [ 45.33 KiB | Viewed 836 times ]
Top
 Profile  
 
PostPosted: 21 Mar 2021, 15:36 
Offline

Joined: 08 May 2014, 18:06
Posts: 660
Hello


If you want to change the text only in this place, you can change some of the properties of the EhLibLangConsts.EhLibLanguageConsts class.
For example, in the event of creating the main Form of the project.

Code:
unit Unit1;

uses EhLibLangConsts;

{$R *.dfm}

procedure TForm1.FormCreate(Sender: TObject);
begin
  EhLibLanguageConsts.PreviewForm_Print_Caption := 'MyText';
end;


Attachment:
sshot-177.png
sshot-177.png [ 50.19 KiB | Viewed 832 times ]


----
If you want to completely change the language of all sections of the library, then read the section
"Language resources of the library."
in the file "EhLib Users Guide.doc"
and see the MainDemo Demo Project.

_________________
Best regards
EhLib Support Team


Top
 Profile  
 
PostPosted: 22 Mar 2021, 10:24 
Offline

Joined: 15 Mar 2021, 16:33
Posts: 37
Thank you


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group