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?
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?
Comment