We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb82f5 commit a702377Copy full SHA for a702377
interface/lib/classes/tform.inc.php
@@ -130,6 +130,7 @@ function loadFormDef($file,$module = '') {
130
$this->module = $module;
131
$wb = array();
132
133
+ include_once(ISPC_ROOT_PATH.'/lib/lang/'.$_SESSION['s']['language'].'.lng');
134
if($module == '') {
135
$lng_file = "lib/lang/".$_SESSION["s"]["language"]."_".$this->formDef["name"].".lng";
136
if(!file_exists($lng_file)) $lng_file = "lib/lang/en_".$this->formDef["name"].".lng";
0 commit comments