dark_nivek
March 13th, 2008, 08:51 PM
What I'd like to accomplish is take the localization .dll's out of their folders and include them into a single .exe, effectively getting rid of the need to distribute the .dll's as well. I know that there's no automatic way to do so, so I would like to know if there's a way to do this manually. Currently, when the program is built, it creates a folder for each culture info based upon the culture name, and puts a .dll in said folder. Each of these .dll's are named the same thing. Of course, each file has only its culture specific info. Thanks for any input.