It seems that the internationalization of the portlet title in jbossportal 2.2.1 is not
implemented yet. Is this true?
After i went through the DivDecorationRenderer.java class, it found that the Render class
just display the WindowResult.title directly.
To solve this problem, i need to do small modification on this.
There are two ways to do this:
(1)use resourcebundle which can be retrieved from the classloader.
(2)use portlet preference.....when a portlet instance is created, according to the locale
of the request come from to initialize a title related portlet preference.
What is the better way? or any recommendation?
yang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963946#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...