Windows Resource Source | Options

Use this sheet to specify the file options.

Scan spin control

Check this if you want to scan texts of spin controls.

Scan visible property

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.

Application uses MFC library

Check this if the application uses Microsoft Foundation library (MFC).

Build excluded resources

Check this if you do not want Sisulizer to write excluded resources to the localized RC-files.

Build relative paths to 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.

Update language fields to match the target language

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)

Create images

If a image (e.g. BITMAP) has been translated it will be written to the localized directory if this has been checked.

Conditional defines

Symbols referenced in conditional compiler directives. You can separate multiple defines with semicolons.