Culture and Region Information tool for .NET 2.0
Defining custom culture and region information is a common practice in many enterprise environments.
In the .NET Framework 2.0, we can use the CultureAndRegionInfoBuilder class build a custom culture that is new or based on an existing culture and region. The custom culture can be installed on a computer and subsequently used by any application running on that computer.
Using this class I've built a small command line tool to extract, register and unregister culture and region information.