essiembre / eclipse-rbe

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, and more.

Home Page:http://essiembre.github.io/eclipse-rbe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support @Message from E4

opened this issue · comments

A new way to define Properties is the > @ Message class

Usage

@ Inject
@ Named(TranslationService.LOCALE) Locale locale;

http://www.vogella.com/tutorials/EclipseInternationalization/article.html

There is a bean with public fields. Your Editor can use the properties as a source