Method | Description | |
---|---|---|
DictionaryHelper ( IHiveManager hive, IEnumerable |
||
DictionaryHelper ( IRebelApplicationContext appContext ) : System | ||
GetDictionaryItem ( string key ) : |
Gets a dictionary item.
|
|
GetDictionaryItem ( string key, string language ) : |
Gets a dictionary item.
|
|
GetDictionaryItemValue ( string key, string defaultValue = null ) : string |
Gets a dictionary item value.
|
|
GetDictionaryItemValueForLanguage ( string key, string language, string defaultValue = null ) : string |
Gets a dictionary item value.
|
public DictionaryHelper ( IHiveManager hive, IEnumerable |
||
hive | IHiveManager | |
installedLanguages | IEnumerable |
|
return | System |
public DictionaryHelper ( IRebelApplicationContext appContext ) : System | ||
appContext | IRebelApplicationContext | |
return | System |
public GetDictionaryItem ( string key ) : |
||
key | string | The key. |
return |
public GetDictionaryItem ( string key, string language ) : |
||
key | string | The key. |
language | string | The language. |
return |
public GetDictionaryItemValue ( string key, string defaultValue = null ) : string | ||
key | string | The key. |
defaultValue | string | The default value. |
return | string |
public GetDictionaryItemValueForLanguage ( string key, string language, string defaultValue = null ) : string | ||
key | string | The key. |
language | string | The language. |
defaultValue | string | The default value. |
return | string |