there is no polish localization in binaries download (folder lib\..\pl),
but
it is in source code Client\MicrosoftAjax.Extended\ScriptResources\ScriptResources.pl.resx
Unfortunatelly, in Server\AjaxControlToolkit\AjaxControlToolkit.csproj there is no such code:
```
<EmbeddedResource Include="..\..\Client\MicrosoftAjax.Extended\ExtenderBase\BaseScriptsResources.pl.resx">
<Link>ScriptResources\BaseScriptsResources.pl.resx</Link>
<SubType>Designer</SubType>
</EmbeddedResource>
```
Can you add this code, to allow generating polish localization during compilation (and polish localization will exist in binaries download) ?
Comments: The Polish localization has been restored in the v.15.1 version of ASP.NET AJAX Control Toolkit.
but
it is in source code Client\MicrosoftAjax.Extended\ScriptResources\ScriptResources.pl.resx
Unfortunatelly, in Server\AjaxControlToolkit\AjaxControlToolkit.csproj there is no such code:
```
<EmbeddedResource Include="..\..\Client\MicrosoftAjax.Extended\ExtenderBase\BaseScriptsResources.pl.resx">
<Link>ScriptResources\BaseScriptsResources.pl.resx</Link>
<SubType>Designer</SubType>
</EmbeddedResource>
```
Can you add this code, to allow generating polish localization during compilation (and polish localization will exist in binaries download) ?
Comments: The Polish localization has been restored in the v.15.1 version of ASP.NET AJAX Control Toolkit.