Can I add a new language to my Dream Report interface?
I don't see my prefered language in the list for the Localization of the Dream Report interface. Can I add a new language to the list?
Yes. Adding a new language to the Dream Report localization options is very simple.
All strings are loaded dynamically from the language database (Lexicon.mdb) file, which is located in the Database folder of Dream Report installation. Each language is implemented in a separate table. The name of the table is the name of the language. The list of tables in the language database corresponds to the list of available languages - it's recognized by Dream Report automatically.
In order to add a new language, one needs only to add a new table to the database, which has to be the exact copy of the English table (English is a template language), open it and replace all English strings by the translated ones. The new table and new language will be recognized automatically.