ICustomLocalizableApplyStringResources Method

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

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
bool ApplyStringResources(
	LocalizationContext context
)

Parameters

context  LocalizationContext
The context containing information about the localization operation.

Return Value

Boolean
, if the call was handled and the default localization behavior should not be applied; to apply the default localization behavior.

See Also