Languages Interface

A collection of Language objects that represent languages used for proofing or formatting in Microsoft Word.

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

Syntax

'Declaration
<GuidAttribute("0002096E-0000-0000-C000-000000000046")> _
Public Interface Languages _
    Inherits IEnumerable
'Usage
Dim instance As Languages
[GuidAttribute("0002096E-0000-0000-C000-000000000046")]
public interface Languages : IEnumerable

Remarks

Use the Languages property to return the Languages collection.

Use Languages(index) to return a single Language object, where index can be the value of the Name property, the value of the NameLocal property, one of the WdLanguageID constants, or one of the MsoLanguageID constants.

The Count property returns the number of languages for which you can mark text (languages for which proofing tools are available). To check proofing, you must install the appropriate tools for each language you intend to check. You need both a .dll file and an .lex file for each of the following: the thesaurus, spelling checker, grammar checker, and hyphenation tools.

If you mark text as wdNoProofing, Word skips the marked text when running a spelling or grammar check. To mark text for a specified language or for no proofing, use the Set Language command (Tools menu, Language sub menu).

See Also

Reference

Languages Members

Microsoft.Office.Interop.Word Namespace