ICustomTranslatedTranslateControl Method

Translates the control.

Definition

Namespace: KGySoft.Libraries.Language
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
bool TranslateControl(
	out bool translationFinished
)

Parameters

translationFinished  Boolean
If an implementer returns , no further translation will be performed on child elements.

Return Value

Boolean
if translation is disabled for the control; otherwise, .

See Also