Foreign language file missing constants from english language file? - Joomla! Forum - community, help and support
hi,
is possible have language constants being pulled english language file if don't exist in foreign language file used on website?
some kind of if statement like:
if(!_language_constant){
include_once $mosconfig_absolute_path.'/administrator/components/com_rsgallery2/language/' . $mosconfig_lang . '.php';
}
this of course rediculous, possible?
is possible have language constants being pulled english language file if don't exist in foreign language file used on website?
some kind of if statement like:
if(!_language_constant){
include_once $mosconfig_absolute_path.'/administrator/components/com_rsgallery2/language/' . $mosconfig_lang . '.php';
}
this of course rediculous, possible?
i guess easier add in said language.php file missing constant.
Comments
Post a Comment