Dmitry Timoshkov wrote:
"Nikolay Sivov" bunglehead@gmail.com wrote:
Working on monthcal control I've realized that some locales could have 13 months calendars. How could I guess that I'm running such locale? After a brief look I didn't find anything useful in GetLocaleInfo().
Check LOCALE_SMONTHNAME13/LOCALE_SABBREVMONTHNAME13?
Yes, maybe it's the only choice now. Anyway I checked all locale info in nls directory and it seems there's no support for that currently, so we always could assume 12.