Retrieves the language file
$filename
in
/$module/lang/$locale/$filename.php
If module is empty, the kernel lang folder will be used
Retrieves the language file
$filename
in
/$module/lang/$locale/$filename.php
If module is empty, the kernel lang folder will be used
Parameters
- $filename
- the language filename
- $module
- the module to look for languages files in
- $forced_file
- the language filename to return inevitably
Returns
string[string]
the lang array which keys are languages identifiers and values the
translated messages