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.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
protected virtual void ApplyStringResources()
Protected Overridable Sub ApplyStringResources
protected:
virtual void ApplyStringResources()
abstract ApplyStringResources : unit -> unit
override ApplyStringResources : unit -> unit