ImageEn, unit iesettings

TIEImageEnGlobalSettings.GetLanguageWord

TIEImageEnGlobalSettings.GetLanguageWord


Declaration

function GetLanguageWord(const msg: TMsgLanguageWords): String;


Description

Returns a word/phrase in the current language.

Note: To support localization, you must add the ielang32.dll/ielang64.dll to your application exe folder (See ImageEn DLL info)


Example

btnOK.Caption := IEGlobalSettings().GetLanguageWord( IEMSG_OK );
btnCancel.Caption := IEGlobalSettings().GetLanguageWord( IEMSG_Cancel );


See Also

- SetLanguageWord
- MsgLanguage
- CurrentMsgLanguage
- GetLanguages
- UpdateLanguage