Dictionary.LanguageID Property

Word Developer Reference

Returns or sets a WdLanguageID constant that represents the language for the specified object. Read/write.

Syntax

expressionLanguageID

expression   Required. An expression that returns a Dictionary object.

Remarks

For a custom dictionary, you must first set the LanguageSpecific property to True before specifying the LanguageID property. Custom dictionaries that are language-specific check only text that is formatted for that language.

Some WdLanguageID constants may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.

See Also