https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947 --- Comment #42 from Lari Strand <lmstrand@gmail.com> --- I guess there could be cases where you want to override your env LC_COLLATE locale with one set in koha-conf.xml or Apache. I'm not familiar on how Koha uses localizations in other ways besides selecting intranet language based on your system locale (LC_LANG?). I've seen some code regarding monetary units like [% fines | $Price with_symbol => 1 %], don't know where this can be configured though. I don't think env locale has anything to do with that, otherwise we would be playing with USD instead of €(eur) atm (LC_* = en_US). "Or maybe it should be an environmental variable that we can set in the Apache configuration, so that different OPACs can provide different values." I just want to see all Koha side localization configuration/overrides in the same place if possible. -- You are receiving this mail because: You are watching all bug changes.