# C1.Win.Localization.Design.LocalizeActionList.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Localization_Design_LocalizeActionList__ctor_" data-uid="C1.Win.Localization.Design.LocalizeActionList.#ctor*">LocalizeActionList Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Localization_Design_LocalizeActionList__ctor_" data-uid="C1.Win.Localization.Design.LocalizeActionList.#ctor*"></a>
<h4 id="C1_Win_Localization_Design_LocalizeActionList__ctor_System_ComponentModel_IComponent_System_ComponentModel_Design_ComponentDesigner_" data-uid="C1.Win.Localization.Design.LocalizeActionList.#ctor(System.ComponentModel.IComponent,System.ComponentModel.Design.ComponentDesigner)">LocalizeActionList(IComponent, ComponentDesigner)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Localization.Design.LocalizeActionList.html">LocalizeActionList</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public LocalizeActionList(IComponent component, ComponentDesigner designer)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(component As IComponent, designer As ComponentDesigner)</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.componentmodel.icomponent">IComponent</a></td>
      <td><span class="parametername">component</span></td>
      <td><p>The designed component.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.design.componentdesigner">ComponentDesigner</a></td>
      <td><span class="parametername">designer</span></td>
      <td><p>The component designer.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
