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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 ImageEnViewToolbar Language
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

ymae

Korea
10 Posts

Posted - Aug 15 2022 :  21:44:49  Show Profile  Reply
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

xequte

38222 Posts

Posted - Aug 16 2022 :  16:22:03  Show Profile  Reply
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
Go to Top of Page

ymae

Korea
10 Posts

Posted - Aug 16 2022 :  19:58:02  Show Profile  Reply
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...
Go to Top of Page

xequte

38222 Posts

Posted - Aug 17 2022 :  00:30:26  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: