Lang tools, by Alex (
Brief description
)
ACTIONS
Test page (to view the script in action)
-
Add/Edit languages
-
Add/Edit terms (words)
Used code
Result
include ("config.php");
include_langs('','en');
echo nl2br($test);
This is a test!
include ("config.php");
include_langs('','it');
echo nl2br($test);
Questo è un test!
Powered by Alex scripts.
Click here to go back to projects index.