# FarPoint.Win.Spread.CellType.EditBaseCellType.SetCurrentCulture

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_EditBaseCellType_SetCurrentCulture_" data-uid="FarPoint.Win.Spread.CellType.EditBaseCellType.SetCurrentCulture*">SetCurrentCulture Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_EditBaseCellType_SetCurrentCulture_" data-uid="FarPoint.Win.Spread.CellType.EditBaseCellType.SetCurrentCulture*"></a>
<h4 id="FarPoint_Win_Spread_CellType_EditBaseCellType_SetCurrentCulture_System_Globalization_CultureInfo_" data-uid="FarPoint.Win.Spread.CellType.EditBaseCellType.SetCurrentCulture(System.Globalization.CultureInfo)">SetCurrentCulture(CultureInfo)</h4>
<div class="markdown level1 summary"><p>Gets or sets the current culture.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void SetCurrentCulture(CultureInfo culture)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub SetCurrentCulture(culture As CultureInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo">CultureInfo</a></td>
      <td><span class="parametername">culture</span></td>
      <td><p>Culture information setting</p>
</td>
    </tr>
  </tbody>
</table>
</div>
