Search code examples
javaeclipseresourcebundle

Resource bundle editing plugin for Eclipse?


Is there a good resource bundle editing plugin for Eclipse?

The main feature I'm looking for is the possibility to see if the same keys exists in bundles for different languages.

I.e if I have two files bundle_en_US.properties and bundle_sv_SE.properties and they would have miss-matches in keys, eclipse would display an error.

I seem to remember that this was a default feature in Eclipse but I can't seem to get it working.


Solution

  • This looks promising:

    Eclipse Resource Bundle Editor

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