Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
HI,

I'm working on the implementation of a multiple dlls project and I need to add localization to all of this.
My biggest problem is : there is a lot of custom controls create in these dlls, almost all the user interface are from custom controls that are shown in tab control or forms.

The main program does not have the reference for all the dlls, each one is load "on demand". All are working well but I don't know what to do to manage localization.

When I enable localization in a control, the resource for that control dll is not loaded by the main program !??

Can somebody tell me what's the best method to handle localization.

Thanks in advance

Yves
Posted
Updated 14-Dec-10 20:46pm
v2
Comments
Abdul Quader Mamun 15-Dec-10 2:47am    
Spelling check.
Abdul Quader Mamun 15-Dec-10 2:51am    
In VB.NET there is nothing like localisation.

1 solution

Localized Files information are saved in XML format in resources or etc location.

So you can retrive the data from xml file and Easily to use and share it.

You should manually write code for getting resources files from one project to another.
 
Share this answer
 

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