Translation of a 'custom text' |
10/13/2008 10:35:25 | |
| PHPRunner General questions | ||
|
K
kjp author
Translation of a "custom text" on a page |
||
|
J
|
Jane 10/13/2008 |
|
Hi, if ($_SESSION["language"]=="English") echo "custom features"; if ($_SESSION["language"]=="French") echo "particularité caractéristique"; |
|