This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Get list of timezones translated in given language | |
* | |
* Requires PHP Intl extension to be present & active in your PHP setup | |
* | |
* @param string $langcode - an ISO 639-1 language code | |
* @return array | |
*/ |