Method | Description | |
---|---|---|
ChangeLanguage ( System.Guid guid ) : void |
Changes the current language.
|
|
GetLocalizedString ( string id ) : string |
Gets the LocalizedString from the current Language.
|
|
LanguageProvider ( ) : System | ||
LoadLanguage ( string path ) : void |
Loads a language based on the Path.
|
|
LoadLanguagesFromDirectory ( string directoryPath ) : void |
Loads a languages in the given Directory.
|
public ChangeLanguage ( System.Guid guid ) : void | ||
guid | System.Guid | The LanguageGuide. |
return | void |
public GetLocalizedString ( string id ) : string | ||
id | string | The Id. |
return | string |
public LoadLanguage ( string path ) : void | ||
path | string | The Filepath. |
return | void |
public LoadLanguagesFromDirectory ( string directoryPath ) : void | ||
directoryPath | string | The DirectoryPath. |
return | void |