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

LanguageLoader: Location of language files should be dependent on the assembly #6

Open
Lakritzator opened this issue Jun 10, 2016 · 1 comment

Comments

@Lakritzator
Copy link
Member

Currently all file locations need to be passed when initiating the loader, this should be partly dynamic.
When an ILanguage is added, the framework should check for files relative to the assembly location.
This would make it easier to use extensions, it should be clear (maybe via an attribute) where the files are located.

@Lakritzator
Copy link
Member Author

Lakritzator commented Jun 10, 2016

Also the usage of Assembly.GetManifestResourceNames & Assembly.GetManifestResourceStream should be added, this helps when resources are inside the dll.

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