I\'m working on localizing an app I\'ve written in C#.
Everything seems to be working nicely, using satellite resource assemblies to translate each form\'s strings (as p
Found an even easier solution - in app.config:
Then you can just toss all those dirs in the "Lang" subdir and it'll work right out of the box! A post-build event is also handy to auto-copy them in there after compilation :)