D
Dejan Vesic
I found nasty "documentation" bug;
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemglobalizationcultureinfoclasstopic.htm
claims that proper culture info name for Serbian (Cyrillic) - Serbia
is "Cy-sr-SP" but if you try this, you will get "Culture name Cy-sr-SP
is not supported" exception.
If you set up culture info via
System.Globalization.CultureInfo(0x081A) and than retrieve
CultureInfo.Name you will get "sr-sp-Cyrl".
Could someone make actions to correct this, either in documentation or
in .Net framework.
Thanks,
Dejan
ms-help://MS.VSCC/MS.MSDNVS/cpref/html/frlrfsystemglobalizationcultureinfoclasstopic.htm
claims that proper culture info name for Serbian (Cyrillic) - Serbia
is "Cy-sr-SP" but if you try this, you will get "Culture name Cy-sr-SP
is not supported" exception.
If you set up culture info via
System.Globalization.CultureInfo(0x081A) and than retrieve
CultureInfo.Name you will get "sr-sp-Cyrl".
Could someone make actions to correct this, either in documentation or
in .Net framework.
Thanks,
Dejan