Do

Comment 10 for bug 342411

Revision history for this message
Jan Rüegg (rggjan) wrote :

Ok, I tried this now. And that seems to be the problem, looks like I got an empty string for the CurrentCulture.Name:

jan@xeee ~ $ csharp
Mono C# Shell, type "help;" for help

Enter statements below.
csharp> using System.Threading;
csharp> using System.Globalization;
csharp> Console.WriteLine (Thread.CurrentThread.CurrentCulture.Name);

csharp>