twiki <
twik...@gmail.com> writes:
> How do I change the language that displays the agenda
> of Org? I would like the names of the days in Italian!
(setq calendar-day-name-array
["lunedì" "martedì" "mercoledì" "giovedì"
"venerdì" "sabato" "domenica"])
(setq calendar-month-name-array
["gennaio" "febbraio" "marzo" "aprile" "maggio" "giugno"
"luglio" "agosto" "settembre" "ottobre" "novembre" "dicembre"])
--
Bastien