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