If you are working with different cultures, this quick tip might be for you. This is a one-liner that will show all cultures that ship with .NET, including neutral and specific cultures.
[System.Globalization.CultureInfo]::GetCultures([System.Globalization.CultureTypes]::AllCultures)