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

I am developing a Multilingual Windows Application..
For this, I have made a class library project having a resource file, and an Access class so that I can access the resource items through the class. I want to create class libraries for each Language...
What I want now is, The Application should access the Assembly (dll) ath the run time...
For Eg: It maybe using Lang-En.dll now... when I change the language to german, It should select the Lang-Ge.dll file and access the resources from it..
How can I access the aseembly on run time ?? Please Help me...

Note: Forgive my English
Posted
Updated 1-Mar-17 18:28pm
v2

 
Share this answer
 
Comments
Yesudasan Moses 11-Aug-13 8:42am    
But How to access the members in the class ??
Moses Lebotsa 2-Mar-17 4:30am    
Hi Moses, you can use reflection to get class members at runtime. This can be done by using the GetType().GetProperties() on an instance of any object. This returns an array of PropertyInfo. Regards, Moses
Graeme_Grant 2-Mar-17 5:11am    
You do realise this is question is over 4 years old!
Moses Lebotsa 2-Mar-17 5:16am    
Just saw that....I was just going through questions and responding to them if they are not resolved. Hope this is not a problem....is it?
Dear Yesudasan Moses,
I got a problem same you, can you help me, sorry,because i speak english not well.
thank's very much,
 
Share this answer
 
Comments
CHill60 2-Mar-17 4:52am    
When you have a question of your own then use the  Ask a Question  link. Don't post questions as solutions to old posts. However see Solution 3 above for the answer to your problem

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