# C1.WPF.Localization.C1Localizer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Localization_C1Localizer" data-uid="C1.WPF.Localization.C1Localizer" class="text-break">C1Localizer Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.WPF.Localization.C1Localizer.html">C1Localizer</a> class represents the set of
static methods and properties used for localization.</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">C1Localizer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Localization.html">C1.WPF.Localization</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_Localization_C1Localizer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class C1Localizer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module C1Localizer</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_WPF_Localization_C1Localizer_DefaultAssembly" data-uid="C1.WPF.Localization.C1Localizer.DefaultAssembly">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.DefaultAssembly.html#C1_WPF_Localization_C1Localizer_DefaultAssembly">DefaultAssembly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value determining the name of the assembly,
containing resources. By default returns the name of the entry assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_DefaultCulture" data-uid="C1.WPF.Localization.C1Localizer.DefaultCulture">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.DefaultCulture.html#C1_WPF_Localization_C1Localizer_DefaultCulture">DefaultCulture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo">CultureInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_GetAssemblyName_System_Reflection_Assembly_" data-uid="C1.WPF.Localization.C1Localizer.GetAssemblyName(System.Reflection.Assembly)">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.GetAssemblyName.html#C1_WPF_Localization_C1Localizer_GetAssemblyName_System_Reflection_Assembly_">GetAssemblyName(Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the first part of assembly name (i.e. the name without version etc.).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_Globalization_CultureInfo_System_Reflection_Assembly_" data-uid="C1.WPF.Localization.C1Localizer.GetString(System.String,System.String,System.String,System.Globalization.CultureInfo,System.Reflection.Assembly)">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.GetString.html#C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_Globalization_CultureInfo_System_Reflection_Assembly_">GetString(string, string, string, CultureInfo, Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the localized string for the specified culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_Reflection_Assembly_" data-uid="C1.WPF.Localization.C1Localizer.GetString(System.String,System.String,System.String,System.Reflection.Assembly)">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.GetString.html#C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_Reflection_Assembly_">GetString(string, string, string, Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the localized string for the specified culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_String_System_Globalization_CultureInfo_System_Reflection_Assembly_" data-uid="C1.WPF.Localization.C1Localizer.GetString(System.String,System.String,System.String,System.String,System.Globalization.CultureInfo,System.Reflection.Assembly)">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.GetString.html#C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_String_System_Globalization_CultureInfo_System_Reflection_Assembly_">GetString(string, string, string, string, CultureInfo, Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the localized string for the specified culture.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_String_System_Reflection_Assembly_" data-uid="C1.WPF.Localization.C1Localizer.GetString(System.String,System.String,System.String,System.String,System.Reflection.Assembly)">
          <a class="xref" href="C1.WPF.Localization.C1Localizer.GetString.html#C1_WPF_Localization_C1Localizer_GetString_System_String_System_String_System_String_System_String_System_Reflection_Assembly_">GetString(string, string, string, string, Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the localized string for the specified culture.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
