Skip to content

Commit c137c7a

Browse files
Copilotwadepickett
andauthored
Add decimal separator localization note to Part 5 (Working with SQL) tutorial (#36945)
* Initial plan * Add localization/decimal separator note to Part 5 (Working with SQL) 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> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
1 parent 0097385 commit c137c7a

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

aspnetcore/tutorials/first-mvc-app/working-with-sql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Part 5 of tutorial series on ASP.NET Core MVC.
66
monikerRange: '>= aspnetcore-3.1'
77
ms.author: wpickett
88
ms.custom: sfi-ropc-nochange
9-
ms.date: 01/22/2026
9+
ms.date: 04/03/2026
1010
uid: tutorials/first-mvc-app/working-with-sql
1111
---
1212

@@ -138,6 +138,8 @@ And a refresh of the `Movie` table shows the same data.
138138

139139
:::image type="content" source="~/tutorials/first-mvc-app/working-with-sql/media/seeded-movie-data.png" alt-text="Movie table has seeded data.":::
140140

141+
[!INCLUDE[](~/includes/localization/currency.md)]
142+
141143
> [!div class="step-by-step"]
142144
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
143145
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql3-5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ The app shows the seeded data.
128128

129129
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m55.png)
130130

131+
[!INCLUDE[](~/includes/localization/currency.md)]
132+
131133
> [!div class="step-by-step"]
132134
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
133135
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ The app shows the seeded data.
126126

127127
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m55.png)
128128

129+
[!INCLUDE[](~/includes/localization/currency.md)]
130+
129131
> [!div class="step-by-step"]
130132
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
131133
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql7.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The app shows the seeded data.
122122

123123
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m80.png)
124124

125+
[!INCLUDE[](~/includes/localization/currency.md)]
126+
125127
> [!div class="step-by-step"]
126128
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
127129
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The app shows the seeded data.
122122

123123
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m80.png)
124124

125+
[!INCLUDE[](~/includes/localization/currency.md)]
126+
125127
> [!div class="step-by-step"]
126128
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
127129
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

aspnetcore/tutorials/first-mvc-app/working-with-sql/includes/working-with-sql9.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The app shows the seeded data.
122122

123123
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/9/m90-not-formatted.png)
124124

125+
[!INCLUDE[](~/includes/localization/currency.md)]
126+
125127
> [!div class="step-by-step"]
126128
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
127129
> [Next: Adding controller methods and views](~/tutorials/first-mvc-app/controller-methods-views.md)

0 commit comments

Comments
 (0)