This topic is locked

Multilingual functionality

8/28/2005 7:44:15 PM
PHPRunner General questions
J
Jack author

Sergey,
I appreciate the product's multiligual capability. I can handle the translation of my data OK. Is there any way to handle the translation of DB column headings from within PHPRunner?
Thanks,

Jack

Sergey Kornilov admin 8/29/2005

Jack,
we'll add this feature in one of the following versions of program.

J
Jack author 9/2/2005

Hi Sergey,
I have added a "LangID" field ("English","French"...) to database tables with 'static text' data, and have included multiple records to incorporate translations. Where is the appropriate place in the built project to add "...WHERE LangID=".$_SESSION["language"] to my SQL string in order to select the language-appropriate fields from the tables?
Can you give me any indication of the time frame for incorporating the db heading translation in PHPRunner?
Thank you in advance,

Jack

Sergey Kornilov admin 9/6/2005

Jack,
you can modify $gstrSQL variable in include/..._variables.phpfile.
You can implement multi-language labels by modifying Label function in include/..._functions.php file.
Unfortunately I can not give you any indication of the time frame for incorporating this feature in PHPRunner. Most probably it won't be added this year.