Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple embedded assemblies with the same name. #16

Open
holly-hacker opened this issue Oct 6, 2018 · 0 comments
Open

Handle multiple embedded assemblies with the same name. #16

holly-hacker opened this issue Oct 6, 2018 · 0 comments

Comments

@holly-hacker
Copy link
Owner

The sample from #14 has multiple LibTongue.resources.dll files, for different cultures. Right now, only the very last one gets written to disk, which is not the behavior I want.

Possible ways of handling this are:

  • Only writing the DLL with a matching culture, falling back to neutral if needed.
  • Writing all DLLs, but suffixing non-neutral assemblies with their shortened culture name (eg. en-US).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant