You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by an...@e-zest.net on 2006/12/19 15:18:24 UTC

Internationalization in JS-2

Hi,

How can I use internationalization feature in JS-2?
In the JS-2 feaures list, i.e. at http://portals.apache.org/jetspeed-2/features.html, they have specifically given that JS-2 gives complete support for internationalization. I searched a lot but I did not find anything suitable about internationalization.

When I saw "demo" and "j2-admin" applications from JS-2, both of them use JSTL for internationalization.

My question is that do you know what is the standard way of implementing internationalization in JS-2? Is there any  fall-back system exists for the internationalization in JS-2?

Thanks.
regards,

Anand



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: Internationalization in JS-2

Posted by David Sean Taylor <da...@bluesunrise.com>.
anand.kulkarni@e-zest.net wrote:
> Hi,
> 
> How can I use internationalization feature in JS-2? In the JS-2
> feaures list, i.e. at
> http://portals.apache.org/jetspeed-2/features.html, they have
> specifically given that JS-2 gives complete support for
> internationalization. I searched a lot but I did not find anything
> suitable about internationalization.
> 
> When I saw "demo" and "j2-admin" applications from JS-2, both of them
> use JSTL for internationalization.
> 
> My question is that do you know what is the standard way of
> implementing internationalization in JS-2? Is there any  fall-back
> system exists for the internationalization in JS-2?
> 
First, you should review the portlet specification, JSR-168.
See section PLT 6.2 for resource bundle usage, and section PLT 21.8, 
21,9, 21.10, 21.11

For Jetspeed specific features, we do support localization of most 
aspects of the portal implementation, including page management. We also 
implement large features of our portal with portlets, so we naturally 
leverage the localization features of the portal spec

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org