Function __global->lookup_language_full_name
Definitions
sources/lang2.php
- Get the full name of a language. e.g. 'EN' would become 'English'.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$code | LANGUAGE_NAME | required parameter | N/A | N/A | The language |
Return
- The full name of the language
- Type: string
- Set: N/A
- Range: N/A