File tree Expand file tree Collapse file tree
7.5/Microsoft.PowerShell.Utility
7.6/Microsoft.PowerShell.Utility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ parameter.
381381
382382 Beginning in PowerShell 7.5.5, the cmdlet falls back to `en-US` and then `en` for any
383383 ` <language>-<Region>` when you don't use the **UICulture** parameter. Therefore, if the command
384- can't find a localized data for the current culture (`$PSUICulture`), the search falls back to
385- ` en-US` and then to `en` eventually .
384+ can't find localized data for the current culture (`$PSUICulture`), the search falls back to
385+ ` en-US` and then to `en`.
386386
387387 For more information, see
388388 [about_Script_Internationalization](../Microsoft.Powershell.Core/About/about_Script_Internationalization.md).
Original file line number Diff line number Diff line change @@ -381,8 +381,8 @@ parameter.
381381
382382 Beginning in PowerShell 7.5.5, the cmdlet falls back to `en-US` and then `en` for any
383383 ` <language>-<Region>` when you don't use the **UICulture** parameter. Therefore, if the command
384- can't find a localized data for the current culture (`$PSUICulture`), the search falls back to
385- ` en-US` and then to `en` eventually .
384+ can't find localized data for the current culture (`$PSUICulture`), the search falls back to
385+ ` en-US` and then to `en`.
386386
387387 For more information, see
388388 [about_Script_Internationalization](../Microsoft.Powershell.Core/About/about_Script_Internationalization.md).
You can’t perform that action at this time.
0 commit comments