OfficeTask.CurrentUICulture property

Correct CultureInfo to use for UI this OfficeTask process

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Protected ReadOnly Property CurrentUICulture As CultureInfo
    Get
'Usage
Dim value As CultureInfo

value = Me.CurrentUICulture
protected CultureInfo CurrentUICulture { get; }

Property value

Type: System.Globalization.CultureInfo
Returns CultureInfo.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace