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

deGlobalization..::..getFormWidgetCategoryValues Method

Gets the form widget category values.

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

Syntax


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

Parameters

cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.