C# 클래스 Ushahidi.Model.Extensions.LanguageExtensions

파일 보기 프로젝트 열기: ushahidi/Ushahidi_WinMobile

공개 메소드들

메소드 설명
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

메소드 상세

Translate() 공개 정적인 메소드

public static Translate ( this name ) : string
name this
리턴 string

Translate() 공개 정적인 메소드

public static Translate ( this control ) : void
control this
리턴 void

Translate() 공개 정적인 메소드

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

Translate() 공개 정적인 메소드

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

Translate() 공개 정적인 메소드

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