Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DateItem -> DatePicker -> i18n

    Dear SmartGWT users,
    please help me with DateItem and accompanied DatePicker internationalization.

    When DateItem is displayed it consists of combo for month, day and year and icon for DatePicker displaying. What I need from internationalization point of view is to in the DateItem:
    - translate Choose a month, Choose a day, Choose a year messages
    - translate month names
    and in the DatePicker:
    - translate Today, Cancel messages
    - translate day names

    I could not find any API for this. I found just one useful method:

    Code:
    dateItem.setPickerIconPrompt("Translated string");
    Best regards,

    Ales

    #2
    Its being worked on supposed to be ready by the weekend. See this issue

    Comment


      #3
      Thanks for your reply. I uploaded file with Slovak translations.

      Best regards,

      Ales

      Comment

      Working...
      X