ICustomTranslated Interface

Note: This API is now obsolete.
Makes a control custom translatable. See Language.

Definition

Namespace: KGySoft.Libraries.Language
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[ObsoleteAttribute("This type belongs to the obsoleted Language class. Use ICustomLocalizable and LocalizationHelper instead.")]
public interface ICustomTranslated

Methods

TranslateControl Translates the control.

See Also