TfrmMain.TranslateTexts Method

Definition

This method is called each time a global translation broadcast is sent with current language as argument.

Delphi
procedure TranslateTexts(const Language: string)

Parameters

Language
string

Remarks

Override this method in your forms if you want to used the translation feature.