# GrapeCity.Documents.Word.ContentControl.DateLocale

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ContentControl_DateLocale_" data-uid="GrapeCity.Documents.Word.ContentControl.DateLocale*">DateLocale Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ContentControl_DateLocale_" data-uid="GrapeCity.Documents.Word.ContentControl.DateLocale*"></a>
<h4 id="GrapeCity_Documents_Word_ContentControl_DateLocale" data-uid="GrapeCity.Documents.Word.ContentControl.DateLocale">DateLocale</h4>
<div class="markdown level1 summary"><p>Gets or sets the language ID which shall be used for displaying a calendar for the current date picker content control, if a user interface is present for the content control.
If this property is null, then the language ID shall be the language ID of the run contents of the content control.
This property has effect only for content controls with type <a class="xref" href="GrapeCity.Documents.Word.ContentControlType.html#GrapeCity_Documents_Word_ContentControlType_Date">Date</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string DateLocale { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DateLocale As String</code></pre>
</div>
</div>
