Range.LanguageIDFarEast Property (Word)
Returns or sets an East Asian language for the specified object. Read/write WdLanguageID.
Syntax
expression .LanguageIDFarEast
expression Required. A variable that represents a Range object.
Example
This example sets the language of the first paragraph in the active document to Korean.
ActiveDocument.Paragraphs(1).Range.LanguageIDFarEast = wdKorean