C# Class Sage.ResourceManagement.DictionaryFileCollection

Combines the dictionary files and variables document in use for internationalization of a single category, .
ファイルを表示 Open project: igorfrance/sage Class Usage Examples

Public Methods

Method Description
DictionaryFileCollection ( SageContext context ) : System

Initializes a new instance of the DictionaryFileCollection, using the specified context.

Refresh ( ) : void

(Re) loads the constituent translation dictionaries.

Method Details

DictionaryFileCollection() public method

Initializes a new instance of the DictionaryFileCollection, using the specified context.
public DictionaryFileCollection ( SageContext context ) : System
context SageContext The under which this /// is being created and used.
return System

Refresh() public method

(Re) loads the constituent translation dictionaries.
public Refresh ( ) : void
return void