I am running Powershell 3.0 On Windows 7 in German. So far it seems to be doing fine, but I just discovered that much of the inbuild help is really broken.
For example: "help About_(anything)" doesn't work. If I enter "help about_Updatable_Help" it will only display the help help file (probably because it is mentioned there as an example). "help about_Arrays" just gets me an error message about the resource being unavailable.
Update-help does not fix this. Not if run as administrator not if I add "-UICulture de-DE" or "-UICulture en-US" to the command . It just doesn't work.
I don't really care what language the whole thing is in I just want the help to work.