Function __global->_choose_language
Definitions
sources/lang3.php
- UI to choose a language.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | Tempcode | required parameter | N/A | N/A | Title for the form |
$tip | boolean | False | N/A | N/A | Whether to give a tip about edit order |
$allow_all_selection | boolean | False | N/A | N/A | Whether to add an 'all' entry to the list |
$post | boolean | True | N/A | N/A | Whether to use a POST parameter |
Return
- The UI (Tempcode) or the language to use (string/LANGUAGE_NAME)
- Type: mixed
- Set: N/A
- Range: N/A