I'm trying to translate a project into Chinese using a localization tool, which generates a new XAP file that has all the DLLs and a zh-CN folder. In the zh-CN folder, there are all the .resources.dll files.
Is there anyway that I can get the .resources.dll files for Telerik? For example, Telerik.Windows.Controls.GridView.resources.dll?
I found a Telerik.Windows.Controls.resouces.dll under MAIN/BinSl/de but not for Chinese.
Thank you.
Regards,
Yala
5 Answers, 1 is accepted
All resources are listed in Telerik.Windows.Controls assembly. You can get the Key-String pairs and translate those that you require.
The dll you are looking at (in de folder) provides only those that are localized in German.
I would recommend you to run through our online documentation (article1, article2) for more information on localization.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I tried to localize Telerik.Windows.Controls assemblies however they are signed assemblies, I need to specify a key file or key name otherwise .NET runtime can not use the satellite assembly file. I think I need a key for this??
Thanks,
Yalei
Could you clarify how did you localize your controls ? Did you follow the instructions in the articles I mentioned above ?
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Sorry I forgot to mention that. No I didn't use the method in the article. We use a localization tool to do it, since we have many other files that need to be localized. The tool imports a XAP file (contains the dlls) and generates satellite assemblies(.resouces.dll s). while the tool's generating a Telerik satellite assemby, it told me that it's a signed assembly and a key is needed.
Regards,
Yalei
I would recommend you to use the approach we suggest for localization (illustrated in this article). Considering the key you need, it is not possible to give you the .snk for our assemblies. You can run through this article for a reference on how you can protect your assemblies as well.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>