Forum Discussion
"Error using `Update-Help -UICulture zh-CN` in PowerShell v7.4.3.0."
I am unable to update the Chinese help files using the Update-Help -UICulture zh-CN command in PowerShell version v7.4.3.0. The following error occurs:
Update-Help : Failed to update Help for the modules “ConfigDefender, ConfigDefenderPerformance, PSReadline” with UI culture {zh-CN}: Cannot retrieve the HelpInfo XML file for UI culture zh-CN. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command again.At line:1 char:1
+ Update-Help -UICulture zh-CN
+ \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand
I have tried the mainstream solutions, such as running the command Update-Help -ErrorAction SilentlyContinue, but it is still not working. Can anyone provide a solution?
"While the PowerShell help system allows for help content in other languages, the PowerShell help content is only available in en-US."
https://github.com/PowerShell/PowerShell/issues/17400#issuecomment-2145909372
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.
"While the PowerShell help system allows for help content in other languages, the PowerShell help content is only available in en-US."
https://github.com/PowerShell/PowerShell/issues/17400#issuecomment-2145909372
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.- Did this answer your question?