In PowerShell 3.0 there are no help files available in German language. But I would consider missing help as top priority here. Most of the the east German peoples are never learned English (they learned Russia). 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 verbose HelpFiles with Save-Help -UICulture 'en-US' but i cant acces this Helpfiles. Because the Help depends on the UI Culture of my current Windows setting.I cant display them without changind my UI Culture in Windows!Should i switch my Windows setting allways if i need verbose English help?I Like to display choose the German AND EVEN the English help without changing my UI Culture in Windows or PowerShell!Get-Help Get-Comand -Culture "en-US" -Full # should display the Englisch verbose HelpGet-Help Get-Comand -Culture "de-DE" -Full # should display the German verbose Help
Where do you see this documentation issue.
Please wait...