JAMS Developer Guide
CurrentUICulture Property


MVPSI.JAMS.Activities.PowerShell Namespace > PSWorkflowHost Class : CurrentUICulture Property
Gets or sets the CultureInfo object that represents the current user interface culture used by the Resource Manager to look up culture-specific resources at run time.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CurrentUICulture As System.Globalization.CultureInfo
'Usage
 
Dim instance As PSWorkflowHost
Dim value As System.Globalization.CultureInfo
 
value = instance.CurrentUICulture
public override System.Globalization.CultureInfo CurrentUICulture {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWorkflowHost Class
PSWorkflowHost Members