LocalizationHelperApplyStringResources Method

Applies string resources to the specified control and its children recursively. Invokes the LocalizationRequested event for each localizable property of the control and its children.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static void ApplyStringResources(
	Control control,
	LocalizationContext? context = null
)

Parameters

control  Control
The root control to apply the string resources to.
context  LocalizationContext  (Optional)
The localization context to use for the operation. If , a context is automatically created. This parameter is optional.
Default value: .

See Also