Does DialogBlocks support applications in multiple languages?
Yes, DialogBlocks can be used in conjunction with a tool such as poEdit to extract the translatable strings from generated source files. The mechanics of loading the appropriate message catalog should be implemented by the programmer with reference to the wxWidgets manual and samples. Because DialogBlocks generates sizer-based code, dialogs will normally size themselves to fit the translated strings. When generating XRC, DialogBlocks also generates a header file that can be scanned by poEdit for translatable strings. If you would like to look at translating DialogBlocks itself into a new language, please visit the translations page.