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) ?
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) ?