Announcement

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

    i18n issues

    I didn't found in smartGWT any method to set standard dialog buttons titles, except of this:
    Code:
    private native void setI18n() /*-{
      $wnd.isc.Dialog.YES_BUTTON_TITLE="Да";
      $wnd.isc.Dialog.NO_BUTTON_TITLE="Нет";
    }-*/;
    May be, sjivan can add wrappers for this in next build of smartGWT?

    #2
    For now i18n is still done via SmartClient APIs. This involves writing a short JSON-like file.

    Comment


      #3
      SmartGWTMessages_ru.properties

      Yura, why do you name russian localization as SmartGWTMessages_ru.properties, why not as SmartGWTMessages_ru_RU.properties?

      For GWT ru and ru_RU is different. for example for currency, date names and etc

      Comment


        #4
        OK, I've upload corrected version.

        Comment


          #5
          Isomorphic:will russian localisation in SVN?

          Comment


            #6
            Added to SVN.

            Comment

            Working...
            X