# C1.WPF.Input.Resources.Resources

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Input_Resources_Resources" data-uid="C1.WPF.Input.Resources.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 class="level2"><a class="xref" href="C1.WPF.Input.InputResources.html">InputResources</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.Resources.html">C1.WPF.Input.Resources</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_Resources_Resources_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Resources : ResourceBase&lt;Resources&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Resources
    Inherits ResourceBase(Of Resources)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Input_Resources_Resources__ctor" data-uid="C1.WPF.Input.Resources.Resources.#ctor">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.-ctor.html#C1_WPF_Input_Resources_Resources__ctor">Resources()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_WPF_Input_Resources_Resources_Culture" data-uid="C1.WPF.Input.Resources.Resources.Culture">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.Culture.html#C1_WPF_Input_Resources_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_WPF_Input_Resources_Resources_ItemsSelected" data-uid="C1.WPF.Input.Resources.Resources.ItemsSelected">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.ItemsSelected.html#C1_WPF_Input_Resources_Resources_ItemsSelected">ItemsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to '{0} items selected'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_Resources_Resources_SelectAFile" data-uid="C1.WPF.Input.Resources.Resources.SelectAFile">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.SelectAFile.html#C1_WPF_Input_Resources_Resources_SelectAFile">SelectAFile</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Select a File'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_Resources_Resources_SelectAllCaption" data-uid="C1.WPF.Input.Resources.Resources.SelectAllCaption">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.SelectAllCaption.html#C1_WPF_Input_Resources_Resources_SelectAllCaption">SelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Select All'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_Resources_Resources_Separator_ArgumentException" data-uid="C1.WPF.Input.Resources.Resources.Separator_ArgumentException">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.Separator_ArgumentException.html#C1_WPF_Input_Resources_Resources_Separator_ArgumentException">Separator_ArgumentException</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'Cannot set value to an empty string!'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_Resources_Resources_UnSelectAllCaption" data-uid="C1.WPF.Input.Resources.Resources.UnSelectAllCaption">
          <a class="xref" href="C1.WPF.Input.Resources.Resources.UnSelectAllCaption.html#C1_WPF_Input_Resources_Resources_UnSelectAllCaption">UnSelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Looks up a localized string similar to 'UnSelect All'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
