Languages |
3/17/2009 1:53:13 PM |
PHPRunner General questions | |
author
The help files have instructions for adding a new language. I want to add a comment interpreted for all languages, not add a new language. Is this possible? |
|
![]() |
Sergey Kornilov admin 3/17/2009 |
The directory you looking for is C:\Program Files\PHPRunner5.0\lang message COMMENT |
|
500457 3/17/2009 |
The directory you looking for is C:\Program Files\PHPRunner5.0\lang Add a new tag to each language file: <message tag="COMMENT">My Comment</message> Then in template file use the following: message COMMENT
|
|
500458 3/17/2009 |
The directory you looking for is C:\Program Files\PHPRunner5.0\lang Add a new tag to each language file: <message tag="COMMENT">My Comment</message> Then in template file use the following: message COMMENT
|
![]() |
Sergey Kornilov admin 3/17/2009 |
These are language files that come with the program. Once you install PHPRunner they are not going to change. |
|
500459 3/17/2009 |
These are language files that come with the program. Once you install PHPRunner they are not going to change.
|