File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getLanguage
— Get a single-dimensional array of language information related to the provided 2 Character ISO language code.
Name | Description |
---|---|
$strLanguageISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strLanguageISO = 'foo';
//Call the function getLanguage with the example vars
Twist::Localisation() -> getLanguage($strLanguageISO);