Method | Description | |
---|---|---|
Translate ( this name ) : string | ||
Translate ( this control ) : void | ||
Translate ( this menuItem, |
||
Translate ( this control, string name ) : void | ||
Translate ( this labelCheckBox, string name, string checkbox ) : void |
public static Translate ( this name ) : string | ||
name | this | |
return | string |
public static Translate ( this control ) : void | ||
control | this | |
return | void |
public static Translate ( this menuItem, |
||
menuItem | this | |
form | ||
return | void |
public static Translate ( this control, string name ) : void | ||
control | this | |
name | string | |
return | void |
public static Translate ( this labelCheckBox, string name, string checkbox ) : void | ||
labelCheckBox | this | |
name | string | |
checkbox | string | |
return | void |