Is Malayalam not supported by CultureInfo class?

Change the system locale to Malayalam(India)
System.Threading.Thread.CurrentThread.CurrentCulture.Name returns US-EN
in .NET Framework 1.1.4322

Is this fixed in .NET 2.0
Is there any other forum to log defects in the framework


Answer this question

Is Malayalam not supported by CultureInfo class?

  • kwarnke

    I'm not an expert on locales, however, according to the CultureInfo MSDN documentation, it doesn't look like it is supported.

    You can submit suggestions or bugs on the .NET Framework Microsoft Connect.



  • Jeff Guenthner

    Thanks David. I've already posted this as a bug.
    https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=97844&SiteID=210
    Is this enough to get this addressed
    Since the OS supports the locale shouldn't the class also support it

  • Is Malayalam not supported by CultureInfo class?