Languages

MARiS-OF offer the possibility to manage multilanguage and different charset. This is configured in config/maris_conf.php file

    // $lang_gui = 'us';
    $lang_gui = 'it';

All the GUI in translated in lang/xx.php file

    $lang_lb_username = 'user name';
    $lang_lb_password = 'password';
    $lang_btn_login = 'L O G I N';
    $lang_btn_login_comment = 'login';

You can see below the Italian and US versions

 

Italian Version

US Version


Previous page: Functionality
Next page: Demo Live