Returns or sets an East Asian language for the specified object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
'Usage
Dim style1 As Style
Dim returnValue As WdLanguageID
returnValue = style1.LanguageIDFarEast
Dim sampleValue As WdLanguageID
style1.LanguageIDFarEast = sampleValue
WdLanguageID LanguageIDFarEast {get; set;}
public WdLanguageID get_LanguageIDFarEast();
public void set_LanguageIDFarEast(WdLanguageID);
function get LanguageIDFarEast() : WdLanguageID;
function set LanguageIDFarEast(WdLanguageID);
Can be any WdLanguageID constant.
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms