Culture.GetCulture Method (String)
The GetCulture method gets a read-only Culture object that represents the culture specified by the name parameter.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function GetCulture ( _
name As String _
) As Culture
'Usage
Dim name As String
Dim returnValue As Culture
returnValue = Culture.GetCulture(name)
public static Culture GetCulture(
string name
)
Parameters
- name
Type: System.String
The name of the culture to get.