Fixes #12870 - Add note about fallback to en language#12872
Fixes #12870 - Add note about fallback to en language#12872sdwheeler merged 2 commits intoMicrosoftDocs:mainfrom
en language#12872Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 2fed8e5: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Updates PowerShell documentation to reflect Import-LocalizedData’s implicit UI-culture fallback behavior (including fallback to en-US and then en) and surfaces the change in the PowerShell 7.6 “What’s New” page.
Changes:
- Add a “Notes” entry to
Import-LocalizedDatareference docs for PowerShell 7.5 and 7.6 describing the fallback behavior starting in 7.5.5. - Add a “What’s New in PowerShell 7.6” bullet referencing the original engine change PR (#19896).
- Update
ms.datemetadata in the touched pages.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md | Adds a 7.6 release note entry for the implicit localization fallback and its PR link. |
| reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md | Documents the en-US → en fallback behavior when -UICulture isn’t specified. |
| reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md | Same documentation update for the 7.5 reference page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 131ac79: ✅ Validation status: passed
For more details, please refer to the build report. |
PR Summary
Add note about fallback to
enlanguageImport-LocalizedDatashould be updated about its language fallback behavior #12870PR Checklist