Constants.Culture Property

Gets or sets the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

Namespace: Microsoft.Uii.Desktop.Cti.Controls.Properties
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)

Usage

'Usage
Dim value As CultureInfo

value = Constants.Culture

Constants.Culture = value

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared Property Culture As CultureInfo
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] 
public static CultureInfo Culture { get; set; }
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] 
public:
static property CultureInfo^ Culture {
    CultureInfo^ get ();
    void set (CultureInfo^ value);
}
/** @property */
public static CultureInfo get_Culture ()

/** @property */
public static void set_Culture (CultureInfo value)
public static function get Culture () : CultureInfo

public static function set Culture (value : CultureInfo)

Property Value

Type:CultureInfo.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

Constants Class
Constants Members
Microsoft.Uii.Desktop.Cti.Controls.Properties Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.