Skip to main content

best_locale_match

Function best_locale_match 

Source
pub fn best_locale_match<I, S>(
    requested: &str,
    available: I,
) -> Option<LocaleMatch>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Finds the best available locale for a requested locale.