# GrapeCity.ActiveReports.PageReportModel.LocalizationResourceCollection.Item

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_LocalizationResourceCollection_Item_" data-uid="GrapeCity.ActiveReports.PageReportModel.LocalizationResourceCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_LocalizationResourceCollection_Item_" data-uid="GrapeCity.ActiveReports.PageReportModel.LocalizationResourceCollection.Item*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_LocalizationResourceCollection_Item_System_String_" data-uid="GrapeCity.ActiveReports.PageReportModel.LocalizationResourceCollection.Item(System.String)">this[string]</h4>
<div class="markdown level1 summary"><p>Get the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.LocalizationResource.html">LocalizationResource</a> using a specified culture.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LocalizationResource this[string culture] { get; }</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">culture</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the culture to obtain resource.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</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="GrapeCity.ActiveReports.PageReportModel.LocalizationResource.html">LocalizationResource</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.LocalizationResource.html">LocalizationResource</a> object for the specified culture.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_LocalizationResourceCollection_Item_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.LocalizationResource.html">LocalizationResource</a> does not exist for the specified culture,
then it will be created and added to collection.</p>
</div>
<h5 id="GrapeCity_ActiveReports_PageReportModel_LocalizationResourceCollection_Item_System_String__examples">Examples</h5>
<pre><code class="lang-csharp">LocalizationResource jaResource = _report.LocalizationResources["ja"];</code></pre>

</div>
