- Declared in: RT.Lingo.Lingo
Declaration
public static void TranslateControl(
Control control,
object translation
)Summary
Translates the text of the specified control and all its sub-controls using the specified translation object.
Parameters
| Control | control | Control whose text is to be translated. |
| object | translation | Object containing the translations. |