Eclipse ResourceBundle Editor

Localization of .properties files made easy!

View project onGitHub

Welcome to ResourceBundle Editor

This Eclipse plugin is for editing Java resource bundles. It lets you manage all localized .properties files in one screen. Some of its features include sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, and more.

It is licensed under Apache License 2.0 and you are free to use it in any of your multi-lingual projects.

It requires Java 7 or higher.

Latest release: Original site

Latest release by Manuel TobĂ­o: 1.0.8 (2021-08-24).

Screenshots

(Click on an image to expand it.)

Changes

  • New translate button on each textbox field to translate the text using an API Rest Translator.

Eclipse Install New Software

  • 1. Go to the menu "Help" in Eclipse.
  • 2. Choose "Install New Software".
  • 3. Paste the next URL into the input "Work with:": https://raw.githubusercontent.com/matobio/eclipse-rbe/master/eclipse-rbe-update-site/site.xml
  • 4. Select the plugin version and click "Next".

Manual Install

Download the plugin jar and copy it to Eclipse dropins directory. The jar location is (replace <version>):

  • https://github.com/matobio/eclipse-rbe/raw/master/eclipse-rbe-update-site/plugins/com.essiembre.eclipse.rbe_<version>.jar.

You can download the entire Update Site bundled with everything else in the above compressed package and create a new update site in Eclipse, pointing to your local directory where you expanded the package.