ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Button translations in the TOpenImageEnDialog

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Marius Posted - Jan 14 2014 : 03:25:18
Hello,

When using the code beneath i still have buttons with English captions. What am I overlooking?


IEGlobalSettings.MsgLanguage := msDutch;

AOpenImage := TOpenImageEnDialog.Create(Self);
if AOpenImage.Execute then begin
...

Using Delphi XE and ImageEn 5.0.5
Regards,
Marius
4   L A T E S T    R E P L I E S    (Newest First)
Marius Posted - Jan 18 2014 : 13:32:00
Thanks, that at least explains why this dialog is translated partly which looks 'kind of' funny.

regards,
Marius
xequte Posted - Jan 18 2014 : 12:18:29
Hi Marius

Actually those controls are from the underlying system Open Dialog. They should be translated by the system.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Marius Posted - Jan 18 2014 : 09:13:23
I can understand you not speaking all languages <g>, but serious, some highly visible strings in the dialog are not even mentioned in the iewords.pas, like 'file name', 'files of type', 'open' and 'cancel'. If you can tell me my mistake or the IEMSG_* constant to look for I will gladly translate them for you. Cancel for example should have been picked up: IESetTranslationWord(msDutch, IEMSG_CANCEL, 'Annuleren');

regards,
Marius
xequte Posted - Jan 16 2014 : 12:37:57
Hi Marius

I'm afraid we do not have full translations for all languages. Please open iewords.pas to update the untranslated words and forward us your update.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com