Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
XmlLanguageDictionary Constructor (path, log)
NamespacesGenesyslab.Desktop.Infrastructure.LocalizationXmlLanguageDictionaryXmlLanguageDictionary(String, ILogger)
Initializes a new instance of the XmlLanguageDictionary class.
Declaration Syntax
C#Visual BasicVisual C++
public XmlLanguageDictionary(
	string path,
	ILogger log
)
Public Sub New ( _
	path As String, _
	log As ILogger _
)
public:
XmlLanguageDictionary(
	String^ path, 
	ILogger^ log
)
Parameters
path (String)
The path.
log (ILogger)
The log.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)