Helper.CurrentUICulture Method
Retrieves culture information about the specified workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Shared Function CurrentUICulture ( _
context As WorkflowContext _
) As CultureInfo
'Usage
Dim context As WorkflowContext
Dim returnValue As CultureInfo
returnValue = Helper.CurrentUICulture(context)
public static CultureInfo CurrentUICulture(
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.