I'm trying to create Persian language pack for MS CRM 2015 because there is no official language pack for Persian language.
I'm simulate everything that an official language pack do. for example creating registry keys database tables and functions and many more...
everything is ok except my DLLs strong name (signature)
for example I made some dll files like
\CRMWeb\bin\fa\Microsoft.Crm.Application.Components.Strings.resources.dll \CRMWeb\bin\fa\Microsoft.Crm.MetadataService.resources.dll \CRMWeb\bin\fa\Microsoft.Crm.ObjectModel.resources.dll
in my language pack bin file path = \CRMWeb\bin\fa\
but it seems that because my dll SN is not valid or as same as parent dll files SN
(eg. \CRMWeb\bin\Microsoft.Crm.Application.Components.Strings.dll)
so all of them ignored by parent and base language (EN) used instead!
*I removed parent dll signature for homogenization by crm failed to run*
any Idea about signing / bypassing Signature check for my own dll files?