Function __global->get_lang_files
Definitions
sources/lang2.php
- Get a list of languages files for the given language. ONLY those that are overridden.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$lang | ?LANGUAGE_NAME | Null | N/A | N/A | The language (null: uses the current language) |
Return
- The language files (a map between language file name -and- lang or lang_custom)
- Type: array
- Set: N/A
- Range: N/A