Range.LanguageIDOther Property

Definition

Returns or sets the language for the specified object.

public:
 property Microsoft::Office::Interop::Word::WdLanguageID LanguageIDOther { Microsoft::Office::Interop::Word::WdLanguageID get(); void set(Microsoft::Office::Interop::Word::WdLanguageID value); };
public Microsoft.Office.Interop.Word.WdLanguageID LanguageIDOther { get; set; }
member this.LanguageIDOther : Microsoft.Office.Interop.Word.WdLanguageID with get, set
Public Property LanguageIDOther As WdLanguageID

Property Value

Remarks

This is the recommended way to return or set the language of Latin text in a document created in a right-to-left language version of Microsoft Word.

Applies to