The following:
CultureInfo ci = new CultureInfo("sr");
Console.WriteLine(ci.NativeName);
will throw an exception depending on the build/version of .NET 1.1 you have installed. If you had the original RTM (1.1.4322.573) or a later ...
Last modified by yowhann on 1/13/2007 8:55:25 PM
Tags: None
If you would like the best of both worlds (i.e. using a linked list for small lists and using a Hashtable for large lists), consider using HybridDictionary. If you examine a the HybridDictionary class using Reflector, you will see that it doe...
Last modified by yowhann on 12/28/2006 3:41:50 AM
Tags: None
There is an issue with retrieving NativeName of the CultureInfo zh-MO in .NET 1.1. The documentation on this page (stating that zh-MO is Traditional Chinese) matches the behavior for .NET 2.0. However, in .NET 1.1, NativeName returns Simplifi...
Last modified by yowhann on 12/28/2006 3:11:14 AM
Tags: None
<< Previous | Next >> | Show All