Talk:Dokeos Language Translation Tool
From Dokeos
remove lang from the language variables (and change the get_lang api and the calls to this function)
I (= Bmollet) don't know if this is a good idea. I can image there's a lang-var $langBack and in some code someone uses
$back = '<a href="blabla.php">';
$back .= get_lang('Back');
$back .= '</a>';
Will the variable $back not interfere with the lang-var $back ?
No mistakes are possible if you follow the Coding Conventions: Language Variables (I have added the rule that language variables start with a capital letter) language variable: $Back code variable: $back

