_Application.Languages Property

Returns a Languages collection that represents the proofing languages listed in the Language dialog box.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Languages As Languages
    Get
'Usage
Dim instance As _Application
Dim value As Languages

value = instance.Languages
Languages Languages { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Languages

Remarks

The Language dialog box can be accessed on the Tools menu by clicking Language, and then clicking Set Language.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace