Use this sheet to specify the file options.
Check this if you want to scan texts of spin controls.
Check this if you want Sisulizer to scan the Visible property of dialog elements. This makes it possible to hide some elements in the localized dialogs.
Check this if the application uses Microsoft Foundation library (MFC).
Check this if you do not want Sisulizer to write excluded resources to the localized RC-files.
Check this if you want all external files be relative to the original file(s).
For example
147 BITMAP "Images\\BMP147.BMP"
will become
147 BITMAP "..\\Images\\BMP147.BMP"
Checking this you can use the images on original RC-file. You don't need to copy them to the localized directories.
Check this if you want Sisulizer to update LANGUAGE and #pragma code_page part in the localized RC-files it creates
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252)
If a image (e.g. BITMAP) has been translated it will be written to the localized directory if this has been checked.
Symbols referenced in conditional compiler directives. You can separate multiple defines with semicolons.