Share via


Culture.GetCulture method (Int32)

The GetCulture method returns a read-only Culture object that represents the culture that corresponds to the locale ID parameter, lcid.

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

Syntax

'Declaration
Public Shared Function GetCulture ( _
    lcid As Integer _
) As Culture
'Usage
Dim lcid As Integer
Dim returnValue As Culture

returnValue = Culture.GetCulture(lcid)
public static Culture GetCulture(
    int lcid
)

Parameters

  • lcid
    Type: System.Int32

    The locale ID for which to get a culture.

Return value

Type: Microsoft.Exchange.Data.Globalization.Culture

See also

Reference

Culture class

Culture members

GetCulture overload

Microsoft.Exchange.Data.Globalization namespace