C# Class Ushahidi.Model.Extensions.LanguageExtensions

ファイルを表示 Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Translate ( this name ) : string
Translate ( this control ) : void
Translate ( this menuItem, Form form ) : void
Translate ( this control, string name ) : void
Translate ( this labelCheckBox, string name, string checkbox ) : void

Method Details

Translate() public static method

public static Translate ( this name ) : string
name this
return string

Translate() public static method

public static Translate ( this control ) : void
control this
return void

Translate() public static method

public static Translate ( this menuItem, Form form ) : void
menuItem this
form System.Windows.Forms.Form
return void

Translate() public static method

public static Translate ( this control, string name ) : void
control this
name string
return void

Translate() public static method

public static Translate ( this labelCheckBox, string name, string checkbox ) : void
labelCheckBox this
name string
checkbox string
return void