BaseFormTranslateControls Property

Note: This API is now obsolete.
Gets or sets whether the form should translate its controls.
This property is obsolete. Use the DynamicStringLocalization property or override the ApplyResources and/or ApplyStringResources methods.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
[ObsoleteAttribute("Old auto-translation does not work anymore, it just removes the possible translation postfixes. Use the LocalizationOptions property instead.")]
[BrowsableAttribute(false)]
public bool TranslateControls { get; set; }

Property Value

Boolean

See Also