Function __global->_find_all_langs
Definitions
sources/lang3.php
- Get an array of all the installed languages that can be found in root/lang/ and root/lang_custom/.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$even_empty_langs | boolean | False | N/A | N/A | Whether to even find empty languages |
Return
- The installed languages (map, lang=>type)
- Type: array
- Set: N/A
- Range: N/A