LanguageIDOther Property
Applies To
Find object, Range object, Selection object.
Description
Returns or sets the language for the specified object. Can be any of the WdLanguageID constants. Read/write Long.
Note This is the recommended way to determine the language of a document created in a Far East version of Word.
See Also
LanguageID property, LanguageIDFarEast property.
Example
This example sets the language of the selection to French.
Selection.LanguageIDOther = wdFrench