Skip to content

Commit fd97712

Browse files
guardrexilonatommy
andauthored
Update aspnetcore/blazor/globalization-localization.md
Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
1 parent 6328b78 commit fd97712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/globalization-localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ var localizationOptions = new RequestLocalizationOptions()
319319
app.UseRequestLocalization(localizationOptions);
320320
```
321321

322-
In the preceding example, [`CultureTypes.SpecificCultures`](xref:System.Globalization.CultureTypes) specifies cultures that are specific to a country/region.
322+
In the preceding example, [`CultureTypes.SpecificCultures`](xref:System.Globalization.CultureTypes) returns only cultures that are specific to a country or region—such as `en-US` or `fr-FR`—which come with full, concrete globalization data (for dates, numbers, calendars, and other cultural UI) that .NET can use for accurate formatting and parsing. Neutral cultures, such as `en` or `fr`, don't always have complete globalization data and aren't included in this list.
323323

324324
For information on ordering the Localization Middleware in the middleware pipeline of the `Program` file, see <xref:fundamentals/middleware/index#middleware-order>.
325325

0 commit comments

Comments
 (0)