T__MainFormAncestor.DoAboutBoxTranslateTexts Method
Definition
Used as OnAboutBoxTranslateTexts event in the about box dialog if OnAboutBoxTranslateTexts property is not assigned.
Delphi
function DoAboutBoxTranslateTexts(const Language: string; const TxtID: TOlfAboutDialogTxtID): string
Parameters
- Language
- string
- TxtID
- TOlfAboutDialogTxtID
Returns
string
Remarks
Override it in your main form or assign an other method to OnAboutBoxTranslateTexts languages.