C# Class MyDnn.Modules.Support.LiveChat.Components.Common.Localization

Exibir arquivo Open project: mydnn/LiveChat

Public Methods

Method Description
GetResources ( string resource, string culture ) : Hashtable

GetString ( string resource, string curCulture, string key ) : string

UpdateString ( string resource, string curCulture, string key, string value ) : void

UpdateStrings ( string resource, string curCulture, Hashtable locales ) : void

Method Details

GetResources() public method

public GetResources ( string resource, string culture ) : Hashtable
resource string
culture string
return System.Collections.Hashtable

GetString() public method

public GetString ( string resource, string curCulture, string key ) : string
resource string
curCulture string
key string
return string

UpdateString() public method

public UpdateString ( string resource, string curCulture, string key, string value ) : void
resource string
curCulture string
key string
value string
return void

UpdateStrings() public method

public UpdateStrings ( string resource, string curCulture, Hashtable locales ) : void
resource string
curCulture string
locales System.Collections.Hashtable
return void