C# Class Grabacr07.KanColleWrapper.Translations

Inheritance: Livet.NotificationObject
Show file Open project: KCV-Localisation/KanColleViewer Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetTranslationList ( TranslationType Type ) : IEnumerable
GetVersions ( ) : void
Translations ( ) : System

Method Details

AddTranslation() public method

public AddTranslation ( Object RawData, TranslationType Type ) : void
RawData Object
Type TranslationType
return void

ChangeCulture() public method

public ChangeCulture ( string Culture ) : void
Culture string
return void

GetTranslation() public method

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