[jboss-user] [JBoss Portal] - Re: Internationalization

yxyang do-not-reply at jboss.com
Tue Aug 8 22:37:51 EDT 2006


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#3963946

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963946



More information about the jboss-user mailing list