BaseFormPerformTranslate Method

Note: This API is now obsolete.
Translates the controls and tooltips of the given control.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("Translation does not work anymore, it just removes the possible postfixes. Use the DynamicStringLocalization property instead.")]
protected void PerformTranslate(
	Control control
)

Parameters

control  Control
The control to translate.

Remarks

  Caution

This method is obsolete. It does not perform any translation anymore, it just removes the possible postfixes from the control's text properties. Use the DynamicStringLocalization property and the ApplyStringResources method instead.

See Also