We have a Server 2008 R2 x64 machine that is throwing for culture "en-ID", while my dev machine (Windows 7 x64) works fine.
new CultureInfo("en-id", false);
Error: Culture name 'en-id' is not supported. Parameter name: name
Do I need language packs or something? I haven't been able to find much information about how .NET populates the CultureInfo stuff.
Cheers, Ty