- /**
- * 2017-01-29
- * «US» => «en_US», «SE» => «sv_SE».
- * Some contries has multiple locales (e.g., Finland has the «fi_FI» and «sv_FI» locales).
- * The function returns the default locale: «FI» => «fi_FI».
- * @param string|Country $c
- * @return string
- */
- function df_locale_by_country($c) {return \Zend_Locale::getLocaleToTerritory(df_country_code($c));}