Language Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a language used for proofing or formatting in Microsoft Word.
public interface class Language
[System.Runtime.InteropServices.Guid("0002096D-0000-0000-C000-000000000046")]
public interface Language
type Language = interface
Public Interface Language
- Attributes
Remarks
The Language object is a member of 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 Name property returns the name of a language, whereas the NameLocal property returns the name of a language in the language of the user.
For each language for which proofing tools are installed, you can use the ActiveGrammarDictionary, ActiveHyphenationDictionary, ActiveSpellingDictionary, and ActiveThesaurusDictionary properties to return the corresponding Dictionary object.
The writing style is the set of rules used by the grammar checker. The WritingStyleList property returns an array of strings that represent the available writing styles for the specified language.
Use the DefaultWritingStyle property to set the default writing style you want Word to use.
You can override the default writing style with the ActiveWritingStyle[Object] property. This property is applied to a specified document for text marked in a specified language.
You must have the proofing tools installed for each language you intend to check.
If you mark text as wdNoProofing, Word skips the marked text when running a spelling or grammar check.
Properties
ActiveGrammarDictionary |
Returns a Dictionary object that represents the active grammar dictionary for the specified language. |
ActiveHyphenationDictionary |
Returns a Dictionary object that represents the active hyphenation dictionary for the specified language. |
ActiveSpellingDictionary |
Returns a Dictionary object that represents the active spelling dictionary for the specified language. |
ActiveThesaurusDictionary |
Returns a Dictionary object that represents the active thesaurus dictionary for the specified language. |
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
DefaultWritingStyle |
Returns or sets the default writing style used by the grammar checker for the specified language. The name of the writing style is the localized name for the specified language. |
ID |
Returns a number that identifies the specified language. |
Name |
Returns or sets the name of the specified object. |
NameLocal |
Returns the name of a proofing tool language in the language of the user. |
Parent |
Returns an object that represents the parent object of the specified object. |
SpellingDictionaryType |
Returns or sets the proofing tool type. Read/write. |
WritingStyleList |
Returns a string array that contains the names of all writing styles available for the specified language. |