# C1.Util.Localization.Language

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Util_Localization_Language" data-uid="C1.Util.Localization.Language" class="text-break">Language Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the language to be used for localizing the control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.Localization.html">C1.Util.Localization</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Util_Localization_Language_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Language</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Language</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_Util_Localization_Language_Arabic">Arabic</td>
        <td><p>Localize the control to Arabic.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Chinese">Chinese</td>
        <td><p>Localize the control to Chinese (simplified, PRC and Singapore).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_ChineseTraditional">ChineseTraditional</td>
        <td><p>Localize the control to Chinese (traditional, Taiwan, Hong Kong, and Macao).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Czech">Czech</td>
        <td><p>Localize the control to Czech.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Danish">Danish</td>
        <td><p>Localize the control to Danish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Default">Default</td>
        <td><p>Localize the control to the language specified by the CurrentUICulture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Dutch">Dutch</td>
        <td><p>Localize the control to Dutch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_English">English</td>
        <td><p>Localize the control to English.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Finnish">Finnish</td>
        <td><p>Localize the control to Finnish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_French">French</td>
        <td><p>Localize the control to French.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_German">German</td>
        <td><p>Localize the control to German.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Greek">Greek</td>
        <td><p>Localize the control to Greek.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Hebrew">Hebrew</td>
        <td><p>Localize the control to Hebrew.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Hungarian">Hungarian</td>
        <td><p>Localize the control to Hungarian.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Italian">Italian</td>
        <td><p>Localize the control to Italian.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Japanese">Japanese</td>
        <td><p>Localize the control to Japanese.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Korean">Korean</td>
        <td><p>Localize the control to Korean.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Norwegian">Norwegian</td>
        <td><p>Localize the control to Norwegian.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Persian">Persian</td>
        <td><p>Localize the control to Persian (Farsi).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Polish">Polish</td>
        <td><p>Localize the control to Polish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Portuguese">Portuguese</td>
        <td><p>Localize the control to Portuguese.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Russian">Russian</td>
        <td><p>Localize the control to Russian.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Slovak">Slovak</td>
        <td><p>Localize the control to Slovak.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Spanish">Spanish</td>
        <td><p>Localize the control to Spanish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Swedish">Swedish</td>
        <td><p>Localize the control to Swedish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_Localization_Language_Turkish">Turkish</td>
        <td><p>Localize the control to Turkish.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
