File path: dist/twist/Core/Utilities/Localisation.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getOfficialLanguage
— Get the official language of any given country by 2 character ISO country code.
Name | Description |
---|---|
$strCountryISO | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCountryISO = 'foo';
//Call the function getOfficialLanguage with the example vars
Twist::Localisation() -> getOfficialLanguage($strCountryISO);