|
Multi Language Support
SqlDBU supports by default two languages: English and German. Each language depending caption of a title, link or button is defined by an appropriate entry in the configuration file. The section name of these entries is determined by column admin.LANGUAGE of the logged in user.

In the above sample the Administrator has predefined language eng. Therefore values of section [ENG] apply for this user:
[ENG]
...
BOTTOM=Bottom
EMPTY_TABLE=Empty Table
EXPORT=Export Table
NEXT=Next
PACK=Pack Table
RECORD=Record
RESET=Reset
SAVE=Save
TABLE=Table
TABLEVIEW= Table View
TOP=Top
...
TOTAL=<i>Total records:</i>
VIEW=View
Based on this open concept you can add any other language. You just have to extend the Enum field admin.LANGUAGE by the desired language (e.g. fra for French) and add the appropriate section [FRA] to the configuration file.
Back
|