# C1.Web.Api.Document.Localization.Resources

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Document_Localization_Resources" data-uid="C1.Web.Api.Document.Localization.Resources" class="text-break">Resources Class
</h1>
  <div class="markdown level0 summary"><p>A strongly-typed resource class, for looking up localized strings, etc.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Resources</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Document.Localization.html">C1.Web.Api.Document.Localization</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Api.Document.dll</h6>
  <h5 id="C1_Web_Api_Document_Localization_Resources_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Resources</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Resources</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_Culture" data-uid="C1.Web.Api.Document.Localization.Resources.Culture">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.Culture.html#C1_Web_Api_Document_Localization_Resources_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_ExportedFileNotFound" data-uid="C1.Web.Api.Document.Localization.Resources.ExportedFileNotFound">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.ExportedFileNotFound.html#C1_Web_Api_Document_Localization_Resources_ExportedFileNotFound">ExportedFileNotFound</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to Exported file not found..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_NonPaginatedNotSupported" data-uid="C1.Web.Api.Document.Localization.Resources.NonPaginatedNotSupported">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.NonPaginatedNotSupported.html#C1_Web_Api_Document_Localization_Resources_NonPaginatedNotSupported">NonPaginatedNotSupported</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to The non paginated mode is not supported by this document..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_PageRangeInvalidRange" data-uid="C1.Web.Api.Document.Localization.Resources.PageRangeInvalidRange">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.PageRangeInvalidRange.html#C1_Web_Api_Document_Localization_Resources_PageRangeInvalidRange">PageRangeInvalidRange</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to The first page number must be equal or greater than 1..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_PageRangeOutOfRange" data-uid="C1.Web.Api.Document.Localization.Resources.PageRangeOutOfRange">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.PageRangeOutOfRange.html#C1_Web_Api_Document_Localization_Resources_PageRangeOutOfRange">PageRangeOutOfRange</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to &quot;{0}&quot; specifies invalid page range, it should contain page numbers from 1 to {1}..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_PageRangeSyntaxError" data-uid="C1.Web.Api.Document.Localization.Resources.PageRangeSyntaxError">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.PageRangeSyntaxError.html#C1_Web_Api_Document_Localization_Resources_PageRangeSyntaxError">PageRangeSyntaxError</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to &quot;{0}&quot; specifies invalid page range, use the form &quot;1, 5-7, 12-&quot;..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_PaginatedNotSupported" data-uid="C1.Web.Api.Document.Localization.Resources.PaginatedNotSupported">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.PaginatedNotSupported.html#C1_Web_Api_Document_Localization_Resources_PaginatedNotSupported">PaginatedNotSupported</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to The paginaged mode is not supported by this document..</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Localization_Resources_ResourceManager" data-uid="C1.Web.Api.Document.Localization.Resources.ResourceManager">
          <a class="xref" href="C1.Web.Api.Document.Localization.Resources.ResourceManager.html#C1_Web_Api_Document_Localization_Resources_ResourceManager">ResourceManager</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the cached ResourceManager instance used by this class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
