C# Class Amoeba.Properties.LanguagesManager

Inheritance: IThisLock
Datei anzeigen Open project: Alliance-Network/Amoeba

Public Properties

Property Type Description
UsingLanguageChangedEvent UsingLanguageChangedEventHandler

Public Methods

Method Description
ChangeLanguage ( string language ) : void

言語の切り替えメソッド

Translate ( string key ) : string

Protected Methods

Method Description
OnUsingLanguageChangedEvent ( ) : void

Private Methods

Method Description
LanguagesManager ( ) : System
Load ( string directoryPath ) : void

Method Details

ChangeLanguage() public static method

言語の切り替えメソッド
public static ChangeLanguage ( string language ) : void
language string 使用言語を指定する
return void

OnUsingLanguageChangedEvent() protected static method

protected static OnUsingLanguageChangedEvent ( ) : void
return void

Translate() public method

public Translate ( string key ) : string
key string
return string

Property Details

UsingLanguageChangedEvent public_oe static_oe property

public static UsingLanguageChangedEventHandler UsingLanguageChangedEvent
return UsingLanguageChangedEventHandler