ICustomLocalizable Interface

Represents a custom localizable control that can be localized by LocalizationHelper.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public interface ICustomLocalizable

Methods

ApplyStringResources Applies the string resources to the control based on the provided LocalizationContext.

See Also