Then I think you need a dynamic include in your controller. Something
like this:

def index():
    return {'foo': DIV(
        SCRIPT(_src=URL(..., 'calendar-%s-utf8.js'%language)),
        DIV(...all_cool_stuff...),
        )}

Regards,
Ray

On Aug 24, 4:54 am, Martin Weissenboeck <mweis...@gmail.com> wrote:
> Hi Ray,
> yes, I have read it.
> My problem is to change the language "on the fly", depending on the language
> the visitor excepts.
>
> Regards, Martin
>
> 2011/8/22 Iceberg <iceb...@21cn.com>
>
>
>
>
>
>
>
> > Hi Martin,
>
> > About the translation, have you checked out its official package?
> >http://www.dynarch.com/projects/calendar/old/
>
> > It contains lots of different language files. Just include one of
> > them, and you are good to go. It works for me, for years!
>
> > Regards,
> > Ray (a.k.a. Iceberg)
>
> > On Aug 17, 10:24 pm, Martin Weissenboeck <mweis...@gmail.com> wrote:
> > > Thx. But how can I translate the names of the months and the days and how
> > > can I make the calendar start at Monday (and not at Sunday)?
>
> > > By the way: I wanted to get a timepicker and I have tried to use "...
> > > _class='time'...". The datepicker works (_class='date') and also
> > > _class='datetime', but not 'time'.
>
> > > Regards, Martin
>
> > > 2011/8/17 Anthony <abasta...@gmail.com>
>
> > > > If you want to localize the date format in particular, in
> > > > /views/web2py_ajax.html, you'll notice variables w2p_ajax_date_format
> > and
> > > > w2p_ajax_datetime_format. Both of those are translated via the web2py
> > > > translation system, so you can simply add translations for those two
> > formats
> > > > to your language files.
>
> > > > Anthony
>
> > > > On Wednesday, August 17, 2011 5:53:07 AM UTC-4, mweissen wrote:
>
> > > >> Who knows where to find details about the localization (and other
> > > >> customization) of the built-in calender?
> > > >> In calendar.js I have found the link
> > > >>http://www.dynarch.com/projects/calendar, but I could only find there
> > > >> something about a (new) version JSCal2
>
> > > >> Regards, Martin

Reply via email to