Compartir a través de


Culture.Default Property

The Default property gets a Culture object that represents the default culture for the current process.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Default As Culture
    Get
'Usage
Dim value As Culture

value = Culture.Default
public static Culture Default { get; }