c# - How do I combine all my localization satellite assembies into the EXE? -


I have started using resx files in many languages ​​in my project (like MyText.resx, MyText.ru- RU resx, etc.).

When I compile, I end up with files like this:

MyApp.exe ru-ru \ MyApp.resources.dll es-ES \ MyApp Resources .dll

Is there any easy way I can do everything compiled in EXE? This is just a small feature that I distribute to a zip file, and it was good that there were no related files in it!

I am reading about assembly linker, but I am not sure what I want EXE to behave as if those folders were present there, and users' language Used to load the correct localization.

After compilation, you can use "" to re-pack your assemblies. Local Satellite Assemblies are working with Net Net 1.1 and there is a workaround for later versions.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -