Represents a culture.
public sealed class Culture
| name | description |
|---|---|
| static EnglishUS { get; } | Gets the U.S. English culture. |
| static Invariant { get; } | Gets the invariant culture. |
| static Create(…) | Creates a culture for the specified language. (3 methods) |
| BestMatchComparison { get; } | Gets the best match comparison. |
| FormatCultureInfo { get; } | Gets the CultureInfo that should be used for formatting, text sorting, etc. |
| LanguageName { get; } | Gets the language of the culture. |
| ResourceCultureInfo { get; } | Gets the CultureInfo that should be used when selecting localized resources. |
| StringComparer { get; } | Gets the string comparer. |
| StringComparerIgnoreCase { get; } | Gets the string comparer that ignores case. |
| FindBestMatch(…) | Finds the best match for this culture among a collection of language names. (2 methods) |
| FindBestMatch<T>(…) | Finds the best match for this culture among a collection of cultures. |
| FindBestMatches<T>(…) | Finds the best matches for this culture among a collection of cultures. |
| Format(…) | Uses FormatCultureInfo to format a string. |