[MonoDevelop] Fwd: Using resource Files on MonoDevelop

Petit Eric surfzoid at gmail.com
Mon Feb 11 03:22:39 EST 2008


>Generating satellite assembly for 'pt-PT' culture with al2
Let say you choice to compil with "Debug"
you should have a output directory like this :
Bin/Debug/yourexecutable.exe
Bin/Debug/pt-PT/yourexecutable.exe.resources.dll
Let s say you also have ressource for language FR, :
Bin/Debug/fr-FR/yourexecutable.exe.resources.dll

This tree is automaticaly generated by compiler, the ressource file
are for internationalization of a prog, that also why the good
satelite is loaded during your software startup and according with the
language parameter of your system.


More information about the Monodevelop-list mailing list