1、IN document WebDataGrid localization.doc , the WebDataGridStrings.resx has no string that I want to translate.
Is the file name WebDataGridStrings_runtime.resx now?
2、when I execute step “sn -e Infragistics35.Web.v12.1.dll StrongName.key” ,I get a error tip. ("Can not open registry,access denied)
My Operating system is windows8 and User is "administrator"
Hello foxbabby ,
There are both a WebDataGridStrings.resx and a WebDataGridStrings_runtime.resx files.For the strings that are displayed on the grid itself like the filtering rule strings you need the : WebDataGridStrings_runtime.resx.Are you currently using VS2012?
I’m looking forward to your reply.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
I use vs2008. operation system is windows8
Currently Windows 8 is still not a supported environment since it has not been officially released yet.Have you had the chance to test this on a different OS?
OK,
How we deploy this file when we finished localization? Do we need to execute all the steps on all the machines?
Hello foxbabby,
Once you create the resources.dll’s you just need to install them on the different machine’s GACs. So basically once you create the file you just need steps 12 and 13 which are:
12. Now type in the following command sn -Vr Infragistics35.Web.v8.3.resources.dllThe above command will allow us to install the Infragistics35.Web.v8.3.resources.dll assembly into the GAC without having it fully signed.
13. Now type in the following commandgacutil -i Infragistics35.Web.v8.3.resources.dll The above command will install the satellite assembly into the GAC
That should suffice.
Let me know if you have any further questions.
Do I need do this on server and all the client machine?
Please do not hesitate to contact us if you have any further questions regarding this scenario.
Just on the server machines where you're going to deploy your project.