Function Module_admin_lang->choose_lang
Definitions
adminzone/pages/modules/admin_lang.php
- The UI to choose a language.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | Tempcode | required parameter | N/A | N/A | The title to show when choosing a language |
$choose_lang_file | boolean | False | N/A | N/A | Whether to also choose a language file |
$add_lang | boolean | False | N/A | N/A | Whether the user may add a language |
$text | mixed | Blank (empty string) | N/A | N/A | Text message to show, provided in HTML format (string or Tempcode) |
$param_name | ID_TEXT | lang | N/A | N/A | The name of the parameter for specifying language |
Return
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A