FlowWright.cDevDeAPI Namespace
FlowWright.cDevDeAPI.Globalization Namespace
FlowWright.cDevDecisionEngine Namespace

deGlobalization..::..getFormWidgetDescriptionValues Method

Gets the form widget description values.

Namespace:  FlowWright.cDevDeAPI.Globalization
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, string> getFormWidgetDescriptionValues(
	string cultureName
)
Public Function getFormWidgetDescriptionValues ( _
	cultureName As String _
) As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ getFormWidgetDescriptionValues(
	String^ cultureName
)

Parameters

cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.