[opencms-dev] Filter methods internationalization

Massimiliano Alessandri m.alessandri at tiscalinet.it
Fri Feb 1 18:11:05 CET 2002


How could I internationalize the filter methods names to be displayed in 
the backoffice page?
This is a typical filter method definition:

filterMethods.addElement(new CmsFilterMethod("Find by name", 
UniversityContentDefinition.class.getMethod("getAllByName", new Class[] 
{String.class}), new Object[] {}));

How could I display the "Find by name" title in the selected language?
Thanks




More information about the opencms-dev mailing list