jQuery UI Widgets Forums Scheduler Localization of scheduler

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Localization of scheduler #81510

    EminYasarturk
    Participant

    Hi eveybody,

    I use jqxGrid for my lists.
    $(“#jqxgrid”).jqxGrid(‘localizestrings’, localizationobj);

    It is working.

    How can I use ‘localizationobj’ in my jqxScheduler?

    I want to use ‘localizationobj’ in my all jqx objects. So I don’t want to write array again and again .

    $(“#scheduler”).jqxScheduler(‘localizestrings’, localizationobj); If it works , it will be excellent

    Localization of scheduler #81512

    Peter Stoev
    Keymaster

    Hi EminYasarturk,

    jqxScheduler has different properties for localization so you cannot use your Grid’s object in the Scheduler. You may look at the Scheduler’s Localization demo available in the Scheduler’s Demos on our website in order to learn how to localize this widget.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.