ConversionJobSettings.DefaultLanguage Property

Gets or sets a CultureInfo value that specifies a single language to determine how Word Automation Services resolves any language-dependent ambiguities.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property DefaultLanguage As CultureInfo
    Get
    Set
'Usage
Dim instance As ConversionJobSettings
Dim value As CultureInfo

value = instance.DefaultLanguage

instance.DefaultLanguage = value
public CultureInfo DefaultLanguage { get; set; }

Property Value

Type: System.Globalization.CultureInfo
A CultureInfo value. The default value is a null reference (Nothing in Visual Basic), which means that the Word Automation Services should use the language of the site on which the file resides.

See Also

Reference

ConversionJobSettings Class

ConversionJobSettings Members

Microsoft.Office.Word.Server.Conversions Namespace