# GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.GetString

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Tools_EmbeddedResourceManager_GetString_" data-uid="GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.GetString*">GetString Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Tools_EmbeddedResourceManager_GetString_" data-uid="GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.GetString*"></a>
<h4 id="GrapeCity_ActiveReports_Tools_EmbeddedResourceManager_GetString_System_String_System_Globalization_CultureInfo_" data-uid="GrapeCity.ActiveReports.Tools.EmbeddedResourceManager.GetString(System.String,System.Globalization.CultureInfo)">GetString(string, CultureInfo)</h4>
<div class="markdown level1 summary"><p>Returns the value of the specified string resource for the given culture, falling back to the embedded resource if no satellite assembly is found.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override string GetString(string name, CultureInfo culture)</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>The name of the resource to retrieve.</p>
</td>
    </tr>
    <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>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo">CultureInfo</a> for which to retrieve the resource.</p>
</td>
    </tr>
  </tbody>
</table>
<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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>The value of the resource for the specified culture.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.resources.resourcemanager.getstring#system-resources-resourcemanager-getstring(system-string-system-globalization-cultureinfo)">ResourceManager.GetString(string, CultureInfo)</a></div>
</div>
