Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Any one can help me doing my project?

I have a resources created from separate projects which supports "zh-CN","vi-VN","ja-JP" and "en-GB".

The .dll was already created after building the Resources project but my question is; how can I use the .dll resources from my main application?

I create Resources in different projects because I want to modify only in one specific locale for each country.

Answers are highly appreciated.
Thanks
Posted
Updated 1-Feb-11 14:40pm
v2
Comments
Sandeep Mewara 1-Feb-11 3:16am    
I don't get it. Is it different than normal dll? Just refer it and then access the classes in it and respective properties exposed.
Gerry Logrosa 1-Feb-11 3:48am    
The same as normal dll a project output. I already added as a reference but I can't access the resource string.
Henry Minute 1-Feb-11 21:13pm    
Google for 'resource only library' or 'resource only dll'.

Even if you have other stuff in there what you get from that search should help you out.
GPUToaster™ 2-Feb-11 6:35am    
Have a look at http://edndoc.esri.com/arcobjects/9.1/ArcGISDevHelp/DevelopmentEnvs/DotNet/WorkingWithResources.htm
Gerry Logrosa 15-Sep-11 0:23am    
Thank you for your answers, now I solved the problem by setting the resource files to public, I can now acces any resource file from the created dll.

1 solution

Thank you for your answers, now I solved the problem by setting the resource files access modifier to public, I can now acces any resource file from the created dll.
 
Share this answer
 
Comments
kiquenet.com 29-Apr-14 2:38am    
Any final solution with full source code sample?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900