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

See also

Range Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.