locale_lookup

Supported Versions: PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0
Searches the language tag list for the best match to the language
<?php public static Locale::lookup(    array $languageTag,    string $locale,    bool $canonicalize = false,    ?string $defaultLocale = null): ?string