Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the locale to use for the document converter settings.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LanguageCulture As CultureInfo
Get
Set
'Usage
Dim instance As SPDocumentConverter
Dim value As CultureInfo
value = instance.LanguageCulture
instance.LanguageCulture = value
public CultureInfo LanguageCulture { get; set; }
Property Value
Type: System.Globalization.CultureInfo
A System.Globalization.CultureInfo object that specifies the locale.