Culture.FindBestMatches<T> method

Finds the best matches for this culture among a collection of cultures.

public IEnumerable<T> FindBestMatches<T>(IEnumerable<T> cultures, Func<T, LanguageName> converter)
parameter description
cultures The cultures to match.
converter The converter.

Return Value

The best cultures in the collection.

See Also