C# 클래스 CM3D2.MaidFiddler.Plugin.Utils.Translation

파일 보기 프로젝트 열기: denikson/CM3D2.MaidFiddler

공개 프로퍼티들

프로퍼티 타입 설명
TagPattern System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
AddTranslatableControl ( Control c ) : void
AddTranslationAction ( string key, Action translationAction ) : void
ApplyTranslation ( ) : void
Exists ( string name ) : bool
GetTranslation ( string id ) : string
GetTranslation ( Control c ) : void
IsTranslated ( string label ) : bool
LoadTranslation ( string filename ) : void

비공개 메소드들

메소드 설명
Translation ( ) : System

메소드 상세

AddTranslatableControl() 공개 정적인 메소드

public static AddTranslatableControl ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

AddTranslationAction() 공개 정적인 메소드

public static AddTranslationAction ( string key, Action translationAction ) : void
key string
translationAction Action
리턴 void

ApplyTranslation() 공개 정적인 메소드

public static ApplyTranslation ( ) : void
리턴 void

Exists() 공개 정적인 메소드

public static Exists ( string name ) : bool
name string
리턴 bool

GetTranslation() 공개 정적인 메소드

public static GetTranslation ( string id ) : string
id string
리턴 string

GetTranslation() 공개 정적인 메소드

public static GetTranslation ( Control c ) : void
c System.Windows.Forms.Control
리턴 void

IsTranslated() 공개 정적인 메소드

public static IsTranslated ( string label ) : bool
label string
리턴 bool

LoadTranslation() 공개 정적인 메소드

public static LoadTranslation ( string filename ) : void
filename string
리턴 void

프로퍼티 상세

TagPattern 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions TagPattern
리턴 System.Text.RegularExpressions.Regex