LookupRequestKeys.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.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim value As CultureInfo
value = LookupRequestKeys.Culture
LookupRequestKeys.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
LookupRequestKeys Class
LookupRequestKeys Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.