# C1.Win.FlexGrid.C1FlexGridBase.GetLocalizedString

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Win_FlexGrid_C1FlexGridBase_GetLocalizedString" data-uid="C1.Win.FlexGrid.C1FlexGridBase.GetLocalizedString" class="text-break">GetLocalizedString Event
</h1>
<div class="markdown level0 summary"><p>This event is deprecated, use *.resx files to localize FlexGrid.
Instead, use a localized strings file with the special name C1.Win.C1FlexGrid.Strings.culture.resx as an embedded resource.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
<h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_GetLocalizedString_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Obsolete(&quot;This event is deprecated, use *.resx files to localize FlexGrid.&quot;)]
public event GetLocalizedStringEventHandler GetLocalizedString</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Obsolete(&quot;This event is deprecated, use *.resx files to localize FlexGrid.&quot;)&gt;
Public Event GetLocalizedString As GetLocalizedStringEventHandler</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.FlexGrid.GetLocalizedStringEventHandler.html">GetLocalizedStringEventHandler</a></td>
      <td>This event is deprecated, use *.resx files to localize FlexGrid. Instead, use a localized strings file with the special name C1.Win.C1FlexGrid.Strings.culture.resx as an embedded resource.</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_FlexGrid_C1FlexGridBase_GetLocalizedString_examples"><strong>Examples</strong></h5>
<p>Example file name is C1.Win.C1FlexGrid.Strings.vi-VN.resx for Vietnamese culture.</p>

</div>
