Charles, this is how it works with Eclipse Plugins (and therefore should also work for you).
Usually it's enough to bundle a folder called OSGI-INF/l10n which contains the bundle.properties files where: bundle.properties - provides the default language bundle_xx.properties - provides the language for a given language ISO abbreviation (for example bundle_en.properties for English) bundle_xx_YY.properties - provides a country specific translation (for example bundle_de_AT.properties for German in Austria) If you stay with the default position of the bundle properties in OSGI-INF/l10n you don't need to worry about editing the manifest. If you placed the translations somewhere else in the bundle you need to point to it inside the manifest file as "Bundle-Localization: <folder>" Best regards, Lars -------------------------------------- Lars Heinemann FuseSource Email: [email protected] Web: http://www.fusesource.com Blog: http://lhein.blogspot.com Twitter: lhein77 Am 03.11.2010 um 07:21 schrieb Charles Moulliard: > Hi, > > The Apache Karaf WebConsole project provides bundles_xx.properties file > to allow to translate WebConsole instructions/menu/sub-menu .... I > translate the existing file to provide French traduction. The Karaf web > console project does not provide any translation file. It should be > interesting to have it. > > Can someone tell me how we can add OSGI-INF.I10N in web console of > features/gogo/admin and branding ? > > Regards, > > Charles >
