Skip to content

Use official name for US English locale - #4646

Open
priyankatiwari08 wants to merge 1 commit into
dotnet:mainfrom
priyankatiwari08:priyankatiwari08-dev/automation/review-language-names
Open

Use official name for US English locale#4646
priyankatiwari08 wants to merge 1 commit into
dotnet:mainfrom
priyankatiwari08:priyankatiwari08-dev/automation/review-language-names

Conversation

@priyankatiwari08

Copy link
Copy Markdown
Contributor

Summary

  • updates the LCID 1033 documentation comment to use the official Windows locale name English (United States)
  • addresses the only mismatch found while reviewing language and locale names for Microsoft.Data.SqlClient 7.1 GA
  • leaves runtime behavior, public APIs, localized resources, package metadata, and Current Language connection-string handling unchanged

Azure DevOps task: 45863 - Review Language Names
Parent story: 45850 - Global Readiness for GA Release 7.1

Review evidence

The requirement is applicable rather than N/A because a shipped documentation sample displayed LCID 1033 as English - United States. Microsoft Windows documentation names this locale English (United States).

The broader review found no other curated language or locale name mismatch. Current Language is an opaque SQL Server language-record name or alias passed through to the TDS login, LCID tables contain numeric protocol mappings, and satellite resource paths use technical culture identifiers.

Checklist

  • Tests added or updated — not applicable; documentation-only comment correction
  • Public API changes documented — no public API changes
  • Verified against customer repro — not applicable; compliance review
  • Ensure no breaking changes introduced

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings September 4, 2026 10:11
@github-project-automation github-project-automation Bot moved this to To triage in SqlClient Board Sep 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The documentation-only correction is accurate and introduces no behavioral changes.

Pull request overview

Corrects the LCID 1033 documentation sample to use the official Windows locale name.

Changes:

  • Replaces English - United States with English (United States).
  • Leaves runtime behavior and APIs unchanged.
File summaries
File Description
doc/snippets/Microsoft.Data.SqlClient/SqlParameter.xml Corrects the US English locale comment.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@priyankatiwari08 priyankatiwari08 added this to the 7.1.0 milestone Sep 4, 2026
@priyankatiwari08
priyankatiwari08 marked this pull request as ready for review September 4, 2026 10:13
@priyankatiwari08
priyankatiwari08 requested a review from a team as a code owner September 4, 2026 10:13
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.70%. Comparing base (7054399) to head (53dafaa).
⚠️ Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4646      +/-   ##
==========================================
- Coverage   65.92%   63.70%   -2.22%     
==========================================
  Files         290      284       -6     
  Lines       44987    67980   +22993     
==========================================
+ Hits        29656    43305   +13649     
- Misses      15331    24675    +9344     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 63.70% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To triage

Development

Successfully merging this pull request may close these issues.

4 participants