[Mono-bugs] [Bug 347174] New: Neutral language assemblies are loaded as language-specifc

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Dec 9 03:45:25 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=347174


           Summary: Neutral language assemblies are loaded as language-
                    specifc
           Product: Mono: Runtime
           Version: 1.2.6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
            Blocks: 347157
          Found By: ---


When the runtime loads an assembly with a language-neutral culture (eg. "en"),
then it changes it to a language-specific culture (eg. "en" becomes "en-US").

To reproduce:
1. Extract the attached gzipped tar archive.
2. Run 'make'

Expected result:

Culture LCID: 9
Culture Name: en
Assembly Name: Lang, Version=1.0.0.0, Culture=en,
PublicKeyToken=8dcf90ebde298dcd

Actual result:

Culture LCID: 1033
Culture Name: en-US
Assembly Name: Lang, Version=1.0.0.0, Culture=en-US,
PublicKeyToken=8dcf90ebde298dcd


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list