Template.LanguageIDFarEast Property 

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 template1 As Template

Dim returnValue As WdLanguageID
returnValue = template1.LanguageIDFarEast

Dim sampleValue As WdLanguageID
template1.LanguageIDFarEast = sampleValue

Syntax

Property LanguageIDFarEast() As WdLanguageID
WdLanguageID LanguageIDFarEast {get; set;}
property WdLanguageID^ LanguageIDFarEast{
    WdLanguageID^ get();
    Void set(WdLanguageID^);
}
public WdLanguageID get_LanguageIDFarEast();
public void set_LanguageIDFarEast(WdLanguageID);
function get LanguageIDFarEast() : WdLanguageID;
function set LanguageIDFarEast(WdLanguageID);

Remarks

Can be one of the WdLanguageID constants.

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Template Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Template Members