FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..isCultureExist Method

Determines whether [is culture exist] [the specified culture name].

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

Syntax


public static bool isCultureExist(
	string cultureName
)
Public Shared Function isCultureExist ( _
	cultureName As String _
) As Boolean
public:
static bool^ isCultureExist(
	String^ cultureName
)

Parameters

cultureName
Type: String
Name of the culture.

Return Value

true if [is culture exist] [the specified culture name]; otherwise, false.