http://bugs.winehq.org/show_bug.cgi?id=10467 --- Comment #69 from Eugene Klimov <slach(a)74mail.ru> 2008-10-22 10:15:02 --- CurrentCulture.cs using System; using System.Collections.Generic; using System.Text; using System.Globalization; namespace CurrentCulture { class Program { static void Main(string[] args) { CultureInfo ci = System.Threading.Thread.CurrentThread.CurrentCulture; Console.WriteLine("System.Threading.Thread.CurrentThread.CurrentCulture"); Console.WriteLine(ci.Name); } } } working fine fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub System.Threading.Thread.CurrentThread.CurrentCulture en-US fixme:ole:CoGetContextToken stub -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.