Can someone please tell me how to turn off multi-language support to stop folders from being created in my bin folder? My app is used in US only. It's causing a problem for me in version control application - don't ask :-).
Thanks,
Andrew
Just remove all the resx files from the project folder except Resources.resx - which contains the default en-us (US English) information.
To do this, do Show All Files in Visual Studio and remove/delete the resx files from the project.
Copyright (c) Marimer LLC