CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Culture .dll's

  1. #1
    Join Date
    Mar 2008
    Posts
    1

    Culture .dll's

    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.

  2. #2
    Join Date
    Nov 2002
    Location
    .NET 3.5 VS2008
    Posts
    1,039

    Re: Culture .dll's

    What's the problem with distributing the resource dlls?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured