Single Resource file in VB.NET like VB6 (Localization)
For localization, is there a way to create a single resource file using .NET, similar to the way VB6 did it. I don't see the need to maintain a resource file for each language when I used to be able to do it in one.
Any ideas on how to accomplish this?
Oliver