* Unlike the previous versions (1.0 and 2.0) *, in PowerShell 3.0 there are no help files available in French language. I would consider missing help as top priority here. Even for peoples who can read English, there is a big danger to misunderstood something. Reading documentation in a foreign language can be very challenging.Calling the -online Help every time I need verbose English Help, is no solution. Because I am sitting in a corporate Network with Proxy and no Internet Access!I have downloaded the English HelpFiles with Save-Help -UICulture 'en-US' but I can't access this Helpfiles. Because the Help depends on the UI Culture of my current Windows setting.I can't display them without changind my UI Culture in Windows!Should I switch my Windows settings allways if I need verbose English help?I'd like the Help system to AUTOMATICALLY display French help by default but if not available then to "failover" to the English version if installed.Please also consider to add the -Culture parameter to Get-Help, in order to:Get-Help Get-Comand -Culture "en-US" -Full # should display the English verbose HelpGet-Help Get-Comand -Culture "fr-FR" -Full # should display the French verbose Help
Have you seen this problem before in this product?