Posts mit dem Label web application werden angezeigt. Alle Posts anzeigen
Posts mit dem Label web application werden angezeigt. Alle Posts anzeigen

Freitag, 2. Februar 2018

Multilingual web applications for many server platforms

An example of a web application, that can be translated to many languages by translating po and HTML files, is at http://Automatisierung.ddns.net/schoenheit. It is written in Object Pascal. For that language exist compilers to many operating systems and CPU types. It was made with the Lazarus IDE by using a special package. If you know Lazarus/LCL/FCL, you can see what is default and what is additionally. A central component of the package is the TCGIForm component, that simplifies the CGI communications with an HTML form by containing compatible components.