Style.LanguageIDFarEast property (Word)
Returns or sets an East Asian language for the specified object. Read/write WdLanguageID.
expression. LanguageIDFarEast
expression Required. A variable that represents a 'Style' object.
This is the recommended way to return or set the language of East Asian text in a document created in an East Asian version of Microsoft Word.
This example sets the language of the selection to Korean.
Selection.LanguageIDFarEast = wdKorean
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.