ContentControl.DateDisplayLocale Property

Definition

Returns a the language format for the date displayed in a date content control. Read/write.

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

Property Value

WdLanguageID

Remarks

By default, the DateDisplayLocale property is initially set to the editing language specified in Microsoft Office Word, if this is different from the location specified in Microsoft Windows.

Applies to