VBDOX - Visual Basic Documentation Generator

Overview
Features
Screenshots
Download
     Languages
     Reports
Demo
How to
Developer
License
Other tools
Contact
Q & A

Google
Web sourceforge.net

VBDOX - Visual Basic Documentation Generator

Note: For up-to-date information see the VBDOX Document Manager on sourceforge.net

Report language

After version 1.2 the report managers in the VBDOXEXT support selection of language. A new language can be added in the following way:

  1. Create a sub-directory in the include sub-directory of vbdox. Name the directory with the code of the local of the language you want to add.

    For example for French name it fr_fr.

  2. Copy the files from another language (locale) and translate the poroperties in this files.
  3. # clsReportManager
    rm.TITLE="Documentation"
    rm.VERSION="Version:"
    		
  4. In the configuration file of vbdox (vbdox.conf) add the code of your language to report.manager.languages and the name to report.manager.langDescriptions.

    For example for French:

    # Common report manager options
    report.manager.languages=en_us,de_de,fr_fr
    report.manager.langDescriptions="English US","German","Frances"
    		

Here you can find the list of available languages.




SourceForge Logo