C# Class Pokemon3D.GameCore.TranslationProviderImp

Inheritance: TranslationProvider
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
CreateValue ( string sectionId, string tokenId ) : LocalizedValue
GetTranslation ( string sectionId, string tokenId ) : string
OnLanguageChanged ( object sender, EventArgs e ) : void
TranslationProviderImp ( ) : Pokemon3D.Common.Diagnostics

Méthodes protégées

Méthode Description
Load ( SectionModel sectionModels ) : void

Private Methods

Méthode Description
OnConfigFileLoaded ( object sender, EventArgs e ) : void

Method Details

CreateValue() public méthode

public CreateValue ( string sectionId, string tokenId ) : LocalizedValue
sectionId string
tokenId string
Résultat LocalizedValue

GetTranslation() public méthode

public GetTranslation ( string sectionId, string tokenId ) : string
sectionId string
tokenId string
Résultat string

Load() protected méthode

protected Load ( SectionModel sectionModels ) : void
sectionModels SectionModel
Résultat void

OnLanguageChanged() public méthode

public OnLanguageChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

TranslationProviderImp() public méthode

public TranslationProviderImp ( ) : Pokemon3D.Common.Diagnostics
Résultat Pokemon3D.Common.Diagnostics