I create a WPF application and want to add several languages for it. Localization is created via resx-files (smth like Labels.resx and Labels.en-US.resx). After project building a new folder bin\en-US is created. But the concept is that the application should be represented as the only one EXE-file.
So the question: is it possible to store all resx-files (default (Labels.resx) and any localized (e.g. Labels.en-US.resx)) inside EXE-file?