|
Now I understand. Well, you get the month names from the locale info in windows. However, while GetLocaleInfo allows you to get the long (and short) month names, SetLocaleInfo doesn't allow you to change them. Microsoft feels that lowercase names are correct in Spanish (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsent7/html/vxconformattingissues.asp) : "Obviously, the names of the months and days-of-the-week differ from one culture/locale to another. However, in Spanish (Spain), the day precedes the month, all characters are lowercase, and the article "de" appears before the month and year. " (Emphasis mine) I have no idea where these constants are stored in the system. Set/GetLocaleInfo are implemented in kernel32.dll, but I didn't see anything in there. Obviously these are national language dependent strings, but they should show up in a string table somewhere. However, even if you found them, what are you going to do? Hack the DLL w/a binary editor? I think it would be _much_ easier to implement your own formatting routine that simple upper-cased the month name. ------------ Walden H Leverich III President & CEO Tech Software (516) 627-3800 x11 WaldenL@xxxxxxxxxxxxxxx http://www.TechSoftInc.com Quiquid latine dictum sit altum viditur. (Whatever is said in Latin seems profound.)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.