I am using config file which contains: config.php
define('SYS_TITLE','My Application Title');
I load language local for gettext based on SESSION variable in another file included after the config file is loaded. how to make it something like:
echo _(SYS_TITLE);
Ne fazla kod değiştirmeden SYS_TITLE çevirmek için en iyi yoldur.