Hacker News new | ask | show | jobs
by viraptor 3161 days ago
Language and locale (how you want your date or numbers formatted) are two different things. You can set them separately.
1 comments

I can set them, all right. Somebody else then needs to read them, though...and has to take care not to assume that LANG===LC_TIME===LC_DATE. Sadly, I do not see that happening; in most cases, the apps are picking one locale setting, seemingly at random, and using it for all the other locale settings.