Skip to content

Fixes #12870 - Add note about fallback to en language#12872

Merged
sdwheeler merged 2 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w562976-i12870-culture-fallback
Mar 20, 2026
Merged

Fixes #12870 - Add note about fallback to en language#12872
sdwheeler merged 2 commits intoMicrosoftDocs:mainfrom
sdwheeler:sdw-w562976-i12870-culture-fallback

Conversation

@sdwheeler
Copy link
Copy Markdown
Collaborator

@sdwheeler sdwheeler commented Mar 20, 2026

PR Summary

Add note about fallback to en language

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributor's guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings March 20, 2026 15:15
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 2fed8e5:

✅ Validation status: passed

File Status Preview URL Details
reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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-LocalizedData reference 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.date metadata 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-USen 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.

Comment thread reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md Outdated
Comment thread reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md Outdated
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The 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 found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 131ac79:

✅ Validation status: passed

File Status Preview URL Details
reference/7.5/Microsoft.PowerShell.Utility/Import-LocalizedData.md ✅Succeeded View (powershell-7.5)
reference/7.6/Microsoft.PowerShell.Utility/Import-LocalizedData.md ✅Succeeded View (powershell-7.6)
reference/docs-conceptual/whats-new/What-s-New-in-PowerShell-76.md ✅Succeeded View (>=powershell-5.1)

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 9ecf9bf into MicrosoftDocs:main Mar 20, 2026
5 checks passed
@sdwheeler sdwheeler deleted the sdw-w562976-i12870-culture-fallback branch March 24, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc about Import-LocalizedData should be updated about its language fallback behavior

2 participants