Method | Description | |
---|---|---|
CreateValue ( string sectionId, string tokenId ) : LocalizedValue | ||
GetTranslation ( string sectionId, string tokenId ) : string | ||
OnLanguageChanged ( object sender, |
||
TranslationProviderImp ( ) : Pokemon3D.Common.Diagnostics |
Method | Description | |
---|---|---|
Load ( SectionModel sectionModels ) : void |
Method | Description | |
---|---|---|
OnConfigFileLoaded ( object sender, |
public CreateValue ( string sectionId, string tokenId ) : LocalizedValue | ||
sectionId | string | |
tokenId | string | |
return | LocalizedValue |
public GetTranslation ( string sectionId, string tokenId ) : string | ||
sectionId | string | |
tokenId | string | |
return | string |
protected Load ( SectionModel sectionModels ) : void | ||
sectionModels | SectionModel | |
return | void |
public OnLanguageChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public TranslationProviderImp ( ) : Pokemon3D.Common.Diagnostics | ||
return | Pokemon3D.Common.Diagnostics |