PHP code example of mibo / languages
1. Go to this page and download the library: Download mibo/languages library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mibo / languages example snippets
$provider = new \MiBo\Languages\ISO\LanguageProvider($myLanguageList ?? []);
$lang = $provider->getByAlpha2('sk');
echo $lang->getName(); // Slovak
echo $lang->getAlpha2(); // sk
echo $lang->getAlpha3(); // slk
echo $lang->getAlpha3T(); // slk
echo $lang->getAlpha3B(); // slo