BaseUserControlApplyStringResources Method

Applies the string resources of the user control. If the DynamicStringLocalization property is not set to Disabled, and this user control has no parent form or a parent user control that has a non-disabled DynamicStringLocalization mode, the default implementation just calls the LocalizationHelper.ApplyStringResources method. In a derived control, this method can be overridden to apply a custom string localization, and it can be called whenever the form's string resources should be re-applied, e.g. when the display language changes.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void ApplyStringResources()

See Also