When should I use "Invariant Language (Invariant Country)" as neutral language for an assembly?

Viewed 3269

At the moment I can think of three cases:

  • assemblies that don't contain any resources
  • control libraries that only contain images (ie. ToolBoxBitmaps) within their resource files
  • libraries that contain only text used for throwing exceptions (we don't want the user to see those anyway, do we? ;-) )

Am I right with these cases or not, and are there others I don't see right now?

1 Answers
Related