Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Philipp Gerber: "

The product is so easy and super built that you can achieve visible and great success after a short time. Also very much possible with the product. A class product. I'm already looking forward to the next versions and extensions. Keep it up.

Support to the product is just perfect. Each Support request is quickly and very competent solved. Also various assistance, which does not fall into a support, are also perfectly processed. There is a direct wire to the manufacturer / developer and this is notth. Thanks for the class Support".

Kirby Foster: "Nice software. Small, lightweight, works well. I evaluated lots of software before deciding that your software worked the best for what I do. Both Maestro for MySQL and PHP Generator have saved me lots of time".

More

Add your opinion

PHP Generator for MySQL online Help

Prev Return to chapter overview Next

Interface language

By default a web application created with PHP Generator for MySQL has English interface but it can be localized (i.e. translated) to any language. The text strings to be used in the application's interface are stored in a localization file. To use a specific language, select the corresponding file on the last wizard step. In case you use the same file on a regular basis, it is recommended to specify it in the application output options to enable it by default.

 

Using prepared localization files

PHP Generator for MySQL comes with a number of localization files that can be found under the installation folder, usually C:\Program Files\SQL Maestro Group\PHP Generator for MySQL or C:\Program Files (x86)\SQL Maestro Group\PHP Generator for MySQL if you have a 64-bit operation system installed on your computer. The table below contains currently available files and the corresponding interface languages:

lang.ar.php

Arabic

lang.br.php

Brazilian

lang.cs.php

Czech

lang.de.php

German

lang.dk.php

Danish

lang.en.php

English

lang.es.php

Spanish

lang.fi.php

Finnish

lang.fr.php

French

lang.hu.php

Hungarian

lang.it.php

Italian

lang.nl.php

Dutch

lang.pl.php

Polish

lang.ru.php

Russian

lang.se.php

Swedish

lang.sk.php

Slovak

lang.sl.php

Slovenian

lang.sr.php

Serbian

lang.tr.php

Turkish

These files were sent to us by our customers and we are not responsible for their quality. If none of these files is right for you, it is possible to customize the localization as described below. We will be very appreciated if you send us your custom file to be enjoyed by all the PHP Generator for MySQL users.

 

Using a custom localization file

If none of supplied files is appropriate for your application, you can create the localization yourself. For this purpose get a localization file the clearest for you, enter/correct necessary captions with any text editor, and save it in the UTF-8 encoding (this is very important for the correct displaying of captions in a web browser).

 

Example

Suppose we need to create a web application in Esperanto. First we need to define the localization file that is the clearest for us. In our case it is lang.en.php. Let's open the file with a text editor (we prefer Notepad++), translate all captions to Esperanto, select the UTF-8 encoding and save it as lang.eo.php (eo is the two-char language code for Esperanto). All we need to do is select this file at the last wizard step and generate the application. The result is shown below.

 



Prev Return to chapter overview Next