Announcement

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

    Using i18n strings as titles in FilterBuilder

    Hello,

    I want to use a Filterbuilder, with i18n strings in the drop down.
    But it picks it up from the .ds.xml file, which only has a 'title' for each field in English.

    I would like to use i18n strings in this (using the standard GWT means for this).

    So, is there a way to:
    1) use this in the .ds.xml (velocity perhaps?)
    2) set this programmatically in the filterbuilder?

    For ListGrids, i just create new ListGridField("myField", myi18ncontainer.myFieldTitle());

    I want to do something similar for the FilterBuilder.

    Is this possible?
    Last edited by Sytematic; 17 Jun 2011, 01:20.

    #2
    Under the docs package, see DataSource Localization.

    Comment

    Working...
    X