# C1.Win.SpellChecker.DialogLanguage

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_SpellChecker_DialogLanguage" data-uid="C1.Win.SpellChecker.DialogLanguage" class="text-break">DialogLanguage Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the language to be used when displaying the built-in
spell dialog (see <a class="xref" href="C1.Win.SpellChecker.C1SpellDialog.html">C1SpellDialog</a>) and the
spell commands in context-sensitive menus.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.SpellChecker.html">C1.Win.SpellChecker</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.SpellChecker.10.dll</h6>
  <h5 id="C1_Win_SpellChecker_DialogLanguage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DialogLanguage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DialogLanguage</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Automatic">Automatic</td>
        <td><p>Choose dialog language according to the current application culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Chinese">Chinese</td>
        <td><p>Show Chinese dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Danish">Danish</td>
        <td><p>Show Danish dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Dutch">Dutch</td>
        <td><p>Show Dutch dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_English">English</td>
        <td><p>Show English dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_French">French</td>
        <td><p>Show French dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_German">German</td>
        <td><p>Show German dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Italian">Italian</td>
        <td><p>Show Italian dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Japanese">Japanese</td>
        <td><p>Show Japanese dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Korean">Korean</td>
        <td><p>Show Korean dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Norwegian">Norwegian</td>
        <td><p>Show Norwegian dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Portuguese">Portuguese</td>
        <td><p>Show Portuguese dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Russian">Russian</td>
        <td><p>Show Russian dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Spanish">Spanish</td>
        <td><p>Show Spanish dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_SpellChecker_DialogLanguage_Swedish">Swedish</td>
        <td><p>Show Swedish dialog.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
