Click or drag to resize

Dictionary.ToTranslate Method (Dictionary<String, String>, String, String)

Group name and Name equal Identification. If not found in dictionary then give Name back

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string ToTranslate(
	this Dictionary<string, string> pDictionaryUI,
	string pGroup,
	string pName
)

Parameters

pDictionaryUI
Type: System.Collections.Generic.Dictionary<String, String>
User interface dictionary
pGroup
Type: System.String
Group name. Using SOWIData.Management.DictionaryUIGroup to string
pName
Type: System.String

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIData.Helper.Dictionary.ToTranslate(System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Dictionary<String, String>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Parameter pGroup and pName is identification in dictionary.

When the Debug mode is active, all non-existent entries are written to the Debug window

See Also