1

I could not find an answer on their github. I think all messages and errors are in English on my system with PowerShell 7.1.4.

enter image description here enter image description here

Although Get-UICulture, Get-Culture, $PSUICulture, $PSCulture are all fr-FR. I forced an update-help just in case to no avail.

Can you confirm that PowerShell 7 is not translated yet ? If so, is it in process ?

Fred Eric
  • 135
  • 1
  • 1
  • 10
  • This has nothing to do with the language/culture settings. `Stop-Process` needs a process object not a string. Try `Get-Process notepad | Stop-Process` – Scepticalist Aug 23 '21 at 13:04
  • @Scepticalist Did you read my question ? I provoked this error on purpose to show that messages are in English instead of French. Your answer could not be more irrelevant. – Fred Eric Aug 23 '21 at 21:02
  • See this: https://stackoverflow.com/questions/58184208/change-error-message-langage-in-powershell . No, PS v7 isn't localised. – Scepticalist Aug 24 '21 at 10:08

1 Answers1

0

There is an issue on powershell github about how localization advance.

Fred Eric
  • 135
  • 1
  • 1
  • 10