require_once 'I18Nv2/Negotiator.php';
string I18Nv2_Negotiator::getLocaleMatch ([array $langs = NULL [, array $countries = NULL]])
string I18Nv2_Negotiator::getLocaleMatch
Get a matching locale code.
This method is a combination of I18Nv2::getLanguageMatch() and I18Nv2::getCountryMatch()
array of language codes
array of country codes
Returns string matching locale code.
This function can not be called statically.