BaseFormApplyStringResources Method
Applies the string resources of the form. If the
DynamicStringLocalization property is not set to
Disabled,
the default implementation just calls the
LocalizationHelper.ApplyStringResources method.
In a derived form, 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.
See the
Remarks section of the
DynamicStringLocalization property for more details.
Namespace: KGySoft.WinForms.FormsAssembly: 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