There isn't a way to add it to "CultureInfo.GetCultures", but there also shouldn't be a need.
This returns the operating system defined cultures. If you're adding your own, specific culture, just create the CultureInfo (or modify the existing german culture), and save the CultureInfo in your application. You don't need to add it to "CultureInfo.GetCultures", just make your CultureInfo and use it.
Reed Copsey, Jr. -
http://reedcopsey.com