BaseFormPerformTranslate Method
Note: This API is now obsolete.
Translates the controls and tooltips of the given control.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[ObsoleteAttribute("Translation does not work anymore, it just removes the possible postfixes. Use the DynamicStringLocalization property instead.")]
protected void PerformTranslate(
Control control
)
<ObsoleteAttribute("Translation does not work anymore, it just removes the possible postfixes. Use the DynamicStringLocalization property instead.")>
Protected Sub PerformTranslate (
control As Control
)
protected:
[ObsoleteAttribute(L"Translation does not work anymore, it just removes the possible postfixes. Use the DynamicStringLocalization property instead.")]
void PerformTranslate(
Control^ control
)
[<ObsoleteAttribute("Translation does not work anymore, it just removes the possible postfixes. Use the DynamicStringLocalization property instead.")>]
member PerformTranslate :
control : Control -> unit
Parameters
- control Control
- The control to translate.
This method is obsolete. It does not perform any translation anymore, it just removes the possible postfixes from the control's text properties.
Use the
DynamicStringLocalization property and the
ApplyStringResources method instead.