[Mono-dev] [PATCH] implement support for auto:LANGID culture specifications in ASP.NET 2.0 globalization

Marek Habersack grendel at caudium.net
Sun Nov 19 13:50:47 EST 2006


Hello,

  The attached diff adds support for parsing configuration like:

<globalization
            culture="auto:en-US"
            uiCulture="auto:en"
            requestEncoding="utf-8"
            responseEncoding="utf-8"
            fileEncoding="iso-8859-15" />

  It also adds support for auto-detecting the user's preferred culture
as described in

http://msdn2.microsoft.com/en-us/library/ms379546(VS.80).aspx 

(the 'Preferred Culture Selection' section). Please review,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: globalization.diff
Type: text/x-patch
Size: 4414 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061119/4fef354c/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20061119/4fef354c/attachment-0001.bin 


More information about the Mono-devel-list mailing list