C# Class Ushahidi.Model.Extensions.LanguageExtensions

Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode 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 méthode

public static Translate ( this name ) : string
name this
Résultat string

Translate() public static méthode

public static Translate ( this control ) : void
control this
Résultat void

Translate() public static méthode

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

Translate() public static méthode

public static Translate ( this control, string name ) : void
control this
name string
Résultat void

Translate() public static méthode

public static Translate ( this labelCheckBox, string name, string checkbox ) : void
labelCheckBox this
name string
checkbox string
Résultat void