How do we get a locale or all the locales associated to a country if i have the country code or time zone.
One country can have several languages, thus many locales.
How do we get a locale or all the locales associated to a country if i have the country code or time zone.
One country can have several languages, thus many locales.
This should solve your problem:
http://php.net/manual/en/locale.getallvariants.php
$arr = Locale::getAllVariants('sl_IT_NEDIS_ROJAZ_1901');
var_dump( $arr );