Click or drag to resize

DictionaryToTranslate Method (DictionaryString, String, String)

Identification is composed of Group Name and Name. If not found in dictionary then give Identification 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 pIdentification
)

Parameters

pDictionaryUI
Type: System.Collections.GenericDictionaryString, String
User interface dictionary
pIdentification
Type: SystemString
Identification in dictionary (field value: Group and Name)

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIData.Helper.Dictionary.ToTranslate(System.Collections.Generic.Dictionary{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 DictionaryString, 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
When the Debug mode is active, all non-existent entries are written to the Debug window
See Also