Click or drag to resize

DictionaryUIGetDictionaryUI Method

Gives Dictionary UI from specific language and client

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static Dictionary<string, string> GetDictionaryUI(
	string pLanguageOut,
	int pClientID = 0
)

Parameters

pLanguageOut
Type: SystemString

[Missing <param name="pLanguageOut"/> documentation for "M:SOWIApp.Management.DictionaryUI.GetDictionaryUI(System.String,System.Int32)"]

pClientID (Optional)
Type: SystemInt32

[Missing <param name="pClientID"/> documentation for "M:SOWIApp.Management.DictionaryUI.GetDictionaryUI(System.String,System.Int32)"]

Return Value

Type: DictionaryString, String

[Missing <returns> documentation for "M:SOWIApp.Management.DictionaryUI.GetDictionaryUI(System.String,System.Int32)"]

See Also