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

deGlobalization..::..getStepDisplayValues Method

Gets the step display values

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

Syntax


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

Parameters

cultureName
Type: String
Name of the culture.

Return Value

Dictionary<System.String, System.String>.