bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

unify the localization model to JSR296 model #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since both swixml and JSR296 have a localization implementation, idea is to 
unify the two model in 
just one ... that will be JSR926

Original issue reported on code.google.com by bartolom...@gmail.com on 15 Apr 2010 at 5:06

GoogleCodeExporter commented 9 years ago
implementation keep the backward compatibility

to enable this new feature you have to set a system properties as shown below

        System.setProperty( Application.USE_COMMON_LOCALIZER, "true");

Original comment by bartolom...@gmail.com on 15 Apr 2010 at 5:11