Share via


Range.LanguageIDFarEast Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.Paragraphs(1).Range.LanguageIDFarEast = wdKorean

See Also