Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


locale | 9 comments | Create New Account
Click here to return to the 'locale' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
locale
Authored by: hayne on Jun 17, '03 05:52:46PM
While OS X does support locale, programs need to be explicitly written to use the locale facility in order for it to have any effect. The 'cal' program does not make any effort to use other languages. The source code shows the following:
char *month_names[12] = {
        "January", "February", "March", "April", "May", "June",
        "July", "August", "September", "October", "November", "December",
};
char *day_headings = " S  M Tu  W Th  F  S";
And which "fink version of cal" were you referring to? I don't see any version of 'cal' available from fink.

[ Reply to This | # ]
locale
Authored by: Greedo on Jun 17, '03 07:55:18PM

I spoke too soon about fink. You are right: there is no cal package in fink. I just assumed there was. Oops!



[ Reply to This | # ]