TeeTranslateAControl procedure
procedure TeeTranslateAControl(Const AControl:
TTranslatable; Const ExcludedChilds: array of TTranslatable);
Unit
TeeTranslate
Description
Equivalent to TeeProcs.pas unit "TeeTranslateControl" method.
Determines and translates properties of AControl parameter (ie: if AControl is a TButton, then translates the button Caption using the currently selected language).
Uses TeeGerman;
TeeSetGerman;
Button1.Caption:='Series';
TeeTranslateControl(Button1);