Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor punctuation and grammatical corrections
  • Loading branch information
Ron Petrusha committed Nov 7, 2018
commit 5c4d7ba2e5fe43f3fb792cf2cf7965e493300b49
4 changes: 2 additions & 2 deletions xml/System.Globalization/CultureTypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

These culture type values are returned by the <xref:System.Globalization.CultureInfo.CultureTypes%2A?displayProperty=nameWithType> property, and also serve as a filter that limits the cultures returned by the <xref:System.Globalization.CultureInfo.GetCultures%2A?displayProperty=nameWithType> method. For more information on cultures, see <xref:System.Globalization.CultureInfo>.

Generally, your application should enumerate all cultures, using the `CultureTypes.AllCultures` value. This allows enumeration of custom cultures as well as the other culture types.
Generally, your application should enumerate all cultures by using the `CultureTypes.AllCultures` value. This allows enumeration of custom cultures as well as the other culture types.

Note that the all `CultureTypes` members have been deprecated except for `CultureTypes.AllCultures`, `CultureTypes.NeutralCultures`, and `CultureTypes.SpecificCultures`.
Note that all `CultureTypes` members have been deprecated except for `CultureTypes.AllCultures`, `CultureTypes.NeutralCultures`, and `CultureTypes.SpecificCultures`.

## Examples

Expand Down