Function __global->multi_lang
Definitions
sources/config.php
- Find whether to run in multi-lang mode.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether to run in multi-lang mode
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether to run in multi-lang mode.
*
* @return boolean Whether to run in multi-lang mode
*/
function multi_lang() : bool
* Find whether to run in multi-lang mode.
*
* @return boolean Whether to run in multi-lang mode
*/
function multi_lang() : bool

