I'm getting the following warning:
CA1824 Mark assemblies with NeutralResourcesLanguageAttribute
According to MSDN, the cause of this is:
An assembly contains a ResX-based resource but does not have the System.Resources.NeutralResourcesLanguageAttribute applied to it.
Could anyone please explain what it means?
I don't want to define a specific cultural setting.
I want them to be customizable.