views:

42

answers:

0

We are in the process of localizing our windows forms application.

We are using the approach where we set the localizable property to true and generate one resx file for one locale.

The problem is we have 20 forms, each to be localized in 3 languages, so there are 60 resx files. Each form shows 3 resx files along with cs and designer and default resx file.

It would be if there was a neat way to bundle all the resource files of 20 forms in a language specific folder. How to do it?

Since .net generates one satellite assembly for one language, after the assembly is generated after build process, can I move/delete the resx file?