Function

load_module_lang

Package: Helper Deprecated:

Loads a module lang file. It will load alone the file corresponding to the user lang, but if it doesn't exist, another lang will be choosen. An error will be displayed on the page and the script execution will be stopped if no lang file is found for this module.

Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Regis VIARRE crowkait@phpboost.com Version: PHPBoost 5.2 - last update: 2018 10 26 Since: PHPBoost 3.0 - 2010 01 22 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Depre Located at helper/deprecated_helper.inc.php
Parameters summary
string $module_name The identifier of the module for which you want to load the lang file.
string $path = PATH_TO_ROOT of the folder in which is the file. This path mustn't finish by the / character.