banner.jpg
Web Development and Tools Powered by WebSellerTM

 

Home

Tips
  Umlauts/UTF-8
  Normalization
  OemToAnsi
  MySQL Import
  Site Search
  City Desk
  DynDNS
  MXLookup
  SPAM

SDT

Support
  Downloads
  Contact Us

Impressum

German

RSS Feed

Site search:

Web Search

Made with CityDesk


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.

Column admin.LANGUAGE

 

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