Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void TranslateControl(Control, object)

Declaration

public void TranslateControl(
    Control control,
    object translation
)

Summary

Translates the text of the specified control and all its sub-controls using the specified translation object, while simultaneously generating C# code for the required translation strings.

Parameters

ControlcontrolControl whose text is to be translated.
objecttranslationObject containing the translations.