Add decimal separator localization note to Part 5 (Working with SQL) tutorial#36945
Open
Add decimal separator localization note to Part 5 (Working with SQL) tutorial#36945
Conversation
…tutorial files Add [!INCLUDE[](~/includes/localization/currency.md)] after the seeded data screenshots and before the step-by-step navigation block in all versioned working-with-sql include files and the main article. This addresses the comma vs. dot decimal separator issue that non-English locale users encounter when viewing/editing the Price field in Part 5, before they reach Part 9 (Validation) where the note already existed. Fixes #33793 Agent-Logs-Url: https://github.com/dotnet/AspNetCore.Docs/sessions/5100d3da-96fe-49ad-9fa6-a492fa0c700d Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add localization note for decimal separator in Part 5
Add decimal separator localization note to Part 5 (Working with SQL) tutorial
Apr 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the “First MVC App” tutorial (Part 5: Working with SQL) to surface an existing localization note earlier, helping non-English locale readers avoid decimal comma/decimal point input issues when editing the Price field.
Changes:
- Added the existing currency/decimal-separator localization note include (
~/includes/localization/currency.md) near the end of the Part 5 content across all versioned tutorial includes. - Added the same note to the
>= aspnetcore-10.0section ofworking-with-sql.md. - Updated
ms.dateinworking-with-sql.mdto04/03/2026.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| aspnetcore/tutorials/first-mvc-app/working-with-sql.md | Adds the localization note in the >= aspnetcore-10.0 content and updates ms.date. |
| aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md | Adds the localization note include before the step-by-step navigation block. |
| aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md | Adds the localization note include before the step-by-step navigation block. |
| aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md | Adds the localization note include before the step-by-step navigation block. |
| aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md | Adds the localization note include before the step-by-step navigation block. |
| aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md | Adds the localization note include before the step-by-step navigation block. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #33793
Non-English locale users encounter a comma/dot decimal mismatch when editing the
Pricefield in Part 5 of the First MVC App tutorial — the existingcurrency.mdlocalization note only appeared in Part 9 (Validation), well after users first hit the issue.Changes
[!INCLUDE[](~/includes/localization/currency.md)]after the seeded data screenshots and before the step-by-step nav block in all versioned include files:working-with-sql.md(≥ aspnetcore-10.0)includes/working-with-sql9.mdincludes/working-with-sql8.mdincludes/working-with-sql7.mdincludes/working-with-sql6.mdincludes/working-with-sql3-5.mdms.datein the mainworking-with-sql.mdInternal previews