Author |
Topic |
|
ymae
Korea
10 Posts |
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 |
|
xequte
38610 Posts |
|
ymae
Korea
10 Posts |
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
38610 Posts |
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
|
|
|
|
Topic |
|
|
|