how to change ipms2000 web page language setting

bob_yang
posts: 52
joined: fri jun 24, 2016 3:27 am

how to change ipms2000 web page language setting

postby bob_yang » fri nov 04, 2016 9:11 am

description: how to change ipms2000 web page language setting
steps to follow:
here is example to change language setting from english to french.
1. go to directory c:/parktron/classfunction/lang/
2. refer to the file eng.php; change all the english text in the ' ' to french text, and then save the eng.php as a new file, french.php.
3. then go up a directory to c:/parktron/classfunction folder; edit the lang.php; change the file content from eng.php to french.php.
ex:lang.php
//include 'lang/chinese.php';
//include 'lang/eng.php';
include 'lang/french.php';

//include 'lang/span.php';
//include 'lang/po.php';

return to “ipms server”