C# Class CM3D2.MaidFiddler.Plugin.Utils.Translation

Afficher le fichier Open project: denikson/CM3D2.MaidFiddler

Méthodes publiques

Свойство Type Description
TagPattern System.Text.RegularExpressions.Regex

Méthodes publiques

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

Private Methods

Méthode Description
Translation ( ) : System

Method Details

AddTranslatableControl() public static méthode

public static AddTranslatableControl ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

AddTranslationAction() public static méthode

public static AddTranslationAction ( string key, Action translationAction ) : void
key string
translationAction Action
Résultat void

ApplyTranslation() public static méthode

public static ApplyTranslation ( ) : void
Résultat void

Exists() public static méthode

public static Exists ( string name ) : bool
name string
Résultat bool

GetTranslation() public static méthode

public static GetTranslation ( string id ) : string
id string
Résultat string

GetTranslation() public static méthode

public static GetTranslation ( Control c ) : void
c System.Windows.Forms.Control
Résultat void

IsTranslated() public static méthode

public static IsTranslated ( string label ) : bool
label string
Résultat bool

LoadTranslation() public static méthode

public static LoadTranslation ( string filename ) : void
filename string
Résultat void

Property Details

TagPattern public_oe static_oe property

public static Regex,System.Text.RegularExpressions TagPattern
Résultat System.Text.RegularExpressions.Regex