File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getLanguages
— Get multi-dimensional array of all languages. Optionally include the localised/native language name.
Name | Description |
---|---|
[$blIncludeLocalisation = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blIncludeLocalisation = false;
//Call the function getLanguages with the example vars
Twist::Localisation() -> getLanguages($blIncludeLocalisation);