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