Hello,
Does anybody know if it is possible to localize error messages from plugin's using satelitte assemblies. If yes where to put them ? Note my satelitte assemblies are fully signed.
I have tried with:
<installdir>\Server\bin\assembly\myplugin.dll
<installdir>\Server\bin\assembly\de\myplugin.resources.dll
<installdir>\Server\bin\assembly\fr\myplugin.resources.dll
also
<installdir>\Server\bin\de\myplugin.resources.dll
<installdir>\Server\bin\fr\myplugin.resources.dll
and also
<installdir>\CRMWeb\bin\de\myplugin.resources.dll
<installdir>\CRMWeb\bin\fr\myplugin.resources.dll
The result is always the same:
Message: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "XXX.resources" was correctly embedded or linked into assembly "XXX" at compile time, or that all the satellite assemblies required are loadable and fully signed.
Please help,
Thanks