Specify what type of output files Lingobit Localizer will create for Windows Binary files. There are three available options:
Each localized language is stored in separate file. Easiest way of localization, but you have to deploy different file set for each language. Used by default.
Several languages are exported to a single file (Microsoft don't recommend this model, because mechanism of language selection depends on version of operating system).
Localizable resources is automatically extracted to resource-only DLLs. Each DLL contains just one language. It is most preferred model for multilingual application, but minor changes in application source code in necessary.