Program: Invoke a Script Block with Alternate Culture Settings
Given PowerShell’s diverse user community, scripts that you share will often be run on a system set to a language other than English. To ensure that your script runs properly in other languages, it is helpful to give it a test run in that culture. Example 126 lets you run the script block you provide in a culture of your choosing.
Example 126. UseCulture.ps1