Answer the question
In order to leave comments, you need to log in
What is the correct way to inject a .resource resource?
How to embed a resource in a project?
so injected as properties show
while executing error on marked line
System.Resources.MissingManifestResourceException: "Could not find resources matching the specified culture or neutral culture. Please check that 'translation.resources' is properly injected or bound to assembly 'Note' at compile time, or make sure all required companion assemblies are fully signed and can be downloaded."
when deploying via the command line, this problem does not exist.
Answer the question
In order to leave comments, you need to log in
Fulfilled the requirements of globalization set the [assembly: NeutralResourcesLanguage("en")] attribute to the assembly injected
a neutral resource
assigned a strong name to the assembly
passed
created the localization assembly
is good
but something was
missing the localization assembly dll does not show which locale it belongs to
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question