# C1.Win.SpellChecker.SpellOptions.DialogLanguage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SpellChecker_SpellOptions_DialogLanguage_" data-uid="C1.Win.SpellChecker.SpellOptions.DialogLanguage*">DialogLanguage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SpellChecker_SpellOptions_DialogLanguage_" data-uid="C1.Win.SpellChecker.SpellOptions.DialogLanguage*"></a>
<h4 id="C1_Win_SpellChecker_SpellOptions_DialogLanguage" data-uid="C1.Win.SpellChecker.SpellOptions.DialogLanguage">DialogLanguage</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.SpellChecker.SpellOptions.DialogLanguage.html#C1_Win_SpellChecker_SpellOptions_DialogLanguage">DialogLanguage</a> used when displaying the built-in spell dialog.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DialogLanguage DialogLanguage { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DialogLanguage As DialogLanguage</code></pre>
</div>
<h5 id="C1_Win_SpellChecker_SpellOptions_DialogLanguage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The dialog language does not affect spelling. To change the language used for spelling, use
the <a class="xref" href="C1.Win.SpellChecker.C1SpellChecker.MainDictionary.html#C1_Win_SpellChecker_C1SpellChecker_MainDictionary">MainDictionary</a> property to select a different spelling dictionary.</p>
<p>By default, the built-in spell dialog (<a class="xref" href="C1.Win.SpellChecker.C1SpellDialog.html">C1SpellDialog</a>) is displayed in the
language specified by the current culture. If the current culture specifies a language that is not
available, then the dialog will be displayed in English.</p>
<p>See the <a class="xref" href="C1.Win.SpellChecker.SpellOptions.DialogLanguage.html#C1_Win_SpellChecker_SpellOptions_DialogLanguage">DialogLanguage</a> enumeration for a list of supported dialog languages.</p>
</div>
</div>
