[ 
https://issues.apache.org/jira/browse/GERONIMO-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559487#action_12559487
 ] 

akulshre edited comment on GERONIMO-1775 at 1/16/08 6:02 AM:
-----------------------------------------------------------------------

could you have used the i18N facilities defined by  PLT.6.2 Portlet Resource 
Bundle and PLT.21.10 Resource Bundles in the JSR 168 Specification?
e.g. somehing like the following in portlet.xml and use standard keywords 
javax.portlet.title, javax.portlet.short-title, and
javax.portlet.keywords.

{code:xml}
<portlet>
.......................................
<supported-locale>zh</supported-locale>
<resource-bundle>com.foo.myApp.QuotePortlet</resource-bundle>
<portlet-info>
     <title>Stock Quote Portlet</title>
     <short-title>Stock</short-title>
     <keywords>finance,stock market</keywords>
</portlet-info>
...
</portlet>
{code}

      was (Author: akulshre):
    could you have used the i18N facilities defined by  PLT.6.2 Portlet 
Resource Bundle and PLT.21.10 Resource Bundles in the JSR 168 Specification?
e.g. somehing like this in portlet.xml:

{code:xml}
<portlet>
...
<portlet-info>
     <title>Stock Quote Portlet</title>
     <short-title>Stock</short-title>
     <keywords>finance,stock market</keywords>
     <resource-bundle>com.foo.myApp.QuotePortlet</resource-bundle>
</portlet-info>
...
</portlet>
{code}
  
> Internationalization of the Admin Console
> -----------------------------------------
>
>                 Key: GERONIMO-1775
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1775
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: console
>            Reporter: Yeray Cabrera Santana
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1
>
>         Attachments: chinese_console.JPG, GERONIMO-1775-1.patch, 
> GERONIMO-1775-2.patch, GERONIMO-1775.patch, screen1.GIF
>
>
> Provide the internationalization of the administration console so it can be 
> translated to different languages. This is a feature I would like to 
> contribute with.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to