< # .SYNOPSIS This script creates a Spanish cultureinfo object with a traditional sort and another with an international sort. The script then compares them. .DESCRIPTION This script re-implements an MSDN...
< # .SYNOPSIS This script displays the parent culture of each specific culture using the Chinese language. .DESCRIPTION This script looks at each Chineese culture and displays the...
< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows the Unicode details of a unicode character, using PowerShell. .DESCRIPTION This script re-implements a simple MSDN script that takes...
< # .SYNOPSIS This script re-implements and MSDN sample that shows the different Date/Time Formatting characters and how they are used in formatting date/time objects. .DESCRIPTION This...
< # .SYNOPSIS This script re-implements an MSDN script which shows the use of the CurrencyDecimalSeparator property of a numeric format info object. .DESCRIPTION This script displays...
< # .SYNOPSIS This script re-implements an MSDN Sample showing the use of the NumberFormatInfo class to nicely format things in this case, currency. .DESCRIPTION This script iterates...
< # .SYNOPSIS This script re-implements an MSDN Sample showing the CalendarAlgorithmType enumeration. .DESCRIPTION This script creates there calendars and displays algorithm...
< # .SYNOPSIS This script displays details of a UmAlQura Calendar in PowerShell .DESCRIPTION This script shows the various aspects of this calendar including key properties, fields and selected methods. ...
< # .SYNOPSIS This script displays details of a Persian Calender in PowerShell .DESCRIPTION This script re-implements an MSDN C # sample. .NOTES File Name : Get-PersianCalendar.ps1 ...
< # .SYNOPSIS This script displays a number formatted in Currency for each locale .DESCRIPTION This script first creates a value to be formatted, and creates an array containing all the locales defined on the system...
< # .SYNOPSIS This script displaysthe property values for a globlisation region .DESCRIPTION This script .NOTES File Name : Get-RegionInfo.ps1 Author ...