You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2010/02/23 15:20:27 UTC

[jira] Updated: (FELIX-2125) Localization of the bundle headers & bundle name

     [ https://issues.apache.org/jira/browse/FELIX-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev updated FELIX-2125:
------------------------------------

    Attachment: bundle_headers_localization.patch

> Localization of the bundle headers & bundle name
> ------------------------------------------------
>
>                 Key: FELIX-2125
>                 URL: https://issues.apache.org/jira/browse/FELIX-2125
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>         Attachments: bundle_headers_localization.patch
>
>
> The web console now supports localization. Unfortunately the Bundles plugin is limited only to localization of the plugin. It can and should display localized bundle names and manifest headers.
> The attached patch updates it to use Bundle.getHeaders(locale) instead of Bundle.getHeaders()
> The locale is always taken from the HTTP request. 
> The only exception is when printing the configuration. In this case Locale.ENGLISH is used - the printed configuration can be used mostly by developers and support engineers, so English is better than any other.

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