You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anton Gavazuk <an...@gmail.com> on 2009/03/12 13:08:18 UTC

Re: weeks days and locale settings

Hi Andreas,

did you find an solution?

Thanks,
Anton

2008/12/4 Andreas Niemeyer <an...@gutzmann.com>

> Hi,
>
> I would like to see the displayed week days for german language.
>
> Is there any chance to change this, by setting a locale info or passing an
> array?
>
> I assume it should be possible since the popupDateFormat and
> popupTodayString properties can be modified.
>
>
>
> Regards,
> Andreas
>
>
> <t:inputCalendar id="calender-end"
>                                        monthYearRowClass="yearMonthHeader"
>                                        weekRowClass="weekHeader"
>                                currentDayCellClass="currentDayCell"
>                                        value="#{bckbean.endDate}"
>                                        lang="de"
>                                        required="false"
>                                        popupWeekString="Wk"
>                                        renderAsPopup="true"
>
>  popupTodayString="#{msgs.CalendarTodayString}"
>
>  popupDateFormat="#{msgs.CalendarDateFormat}"
>                                />
>
>