I have a english.php with a list of variable containing the
translation. It kinda looks like this:
<?php
$hello = "hello";
$button_value = "submit";
?>
I need a function that write text such as "$new_translati on =
"translatio n";" on the english.php file on the line before the "?>"
tag, how can I do this?
thanx in advance
Pat
translation. It kinda looks like this:
<?php
$hello = "hello";
$button_value = "submit";
?>
I need a function that write text such as "$new_translati on =
"translatio n";" on the english.php file on the line before the "?>"
tag, how can I do this?
thanx in advance
Pat
Comment