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
 ImageEnViewToolbar Language

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
ymae Posted - Aug 15 2022 : 21:44:49
hi. thank you for always quick reply

How to change language in ImageEnViewToolbar?
ShowCaptions is written only in English, but I want to change it to Korean.


IEGlobalSettings().SetLanguageWord(msKorean, IEMSG_OK, '#54869;#51064;');
IEGlobalSettings().SetLanguageWord(msKorean, IEMSG_CANCEL, '#52712;#49548;');
IEGlobalSettings().SetLanguageWord(msKorean, IEMsg_ZoomIn, '#54869;#45824;');
IEGlobalSettings().SetLanguageWord(msKorean, IEMsg_ZoomOut, '#52629;#49548;');


How can I change them all at once without changing them one by one?

I am using ImageEn version 10.3.5.
Please check Thanks :D
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 17 2022 : 00:30:26
Hi

Are you testing with the demo:

\Demos\Other\ImageEnViewToolbar\IEToolbar.dpr

And selecting "Korean" from the language menu?

You will need to have ielang32.dll in the same folder as your EXE



Nigel
Xequte Software
www.imageen.com
ymae Posted - Aug 16 2022 : 19:58:02
IEGlobalSettings().MsgLanguage := msKorean;
I tried, but it doesn't work.
I tested it with the demo file, but the language in the toolbar didn't change...
xequte Posted - Aug 16 2022 : 16:22:03
Hi

You should be able to just use:

// Set language to Italian
IEGlobalSettings().MsgLanguage := msKorean;

https://www.imageen.com/help/Language_support.html

If you want to improve any of the translations, please email me for the language file.

Nigel
Xequte Software
www.imageen.com