![]() |
Sergey Kornilov admin 1/11/2011 |
Store messages in the databases as separate columns or rows. Depending on the current language pull required phrase from the database and display it. To do so you can use 'Insert PHP code snippet' function and the following code: $rs = CustomQuery("Select message from tblMessages where id='welcome' and language='" . $_SESSION["language"] . "'");
id language message |