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.

Definition

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

See Also