Helper.CurrentCulture Method
Returns the relevant culture information of a specific workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Shared Function CurrentCulture ( _
context As WorkflowContext _
) As CultureInfo
'Usage
Dim context As WorkflowContext
Dim returnValue As CultureInfo
returnValue = Helper.CurrentCulture(context)
public static CultureInfo CurrentCulture(
WorkflowContext context
)
Parameters
context
Type: Microsoft.SharePoint.WorkflowActions.WorkflowContextA WorkflowContext object that contains properties that are associated with the active workflow instance.
Return Value
Type: System.Globalization.CultureInfo
The culture information.