Developer's Manual  System Variables and Constants  suLANG

suLANG

Constant suLANG stores current language.

Example

<?
echo '<a href="/' . suLANG . $suDOC['path'] . '">reload page</a>';
?>
Please login to add comments.