C# Class Grabacr07.KanColleWrapper.Translations

Inheritance: Livet.NotificationObject
Afficher le fichier Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Méthodes publiques

Méthode Description
AddTranslation ( Object RawData, TranslationType Type ) : void
ChangeCulture ( string Culture ) : void
GetTranslation ( string JPString, TranslationType Type, Object RawData, int ID = -1 ) : string

Private Methods

Méthode Description
GetTranslationList ( TranslationType Type ) : IEnumerable
GetVersions ( ) : void
Translations ( ) : System

Method Details

AddTranslation() public méthode

public AddTranslation ( Object RawData, TranslationType Type ) : void
RawData Object
Type TranslationType
Résultat void

ChangeCulture() public méthode

public ChangeCulture ( string Culture ) : void
Culture string
Résultat void

GetTranslation() public méthode

public GetTranslation ( string JPString, TranslationType Type, Object RawData, int ID = -1 ) : string
JPString string
Type TranslationType
RawData Object
ID int
Résultat string