If you like this content, please consider supporting me. You can become a Patron,
visit my Amazon wishlist,
or buy me a coffee! Any support helps!
Want to get a copy of every new post? Use the form below to sign up for my newsletter.
Archived Comments
Comment 1 by Nando Breiter
posted on 2/13/2004 at 9:46 PM
Ray, what's the advantage of doing your localization via Java in this way, over say storing language specific values in a data base or in an WDDX file? Looks impressive ... but i don't quite get it yet.
Comment 2 by Raymond Camden
posted on 2/13/2004 at 9:55 PM
One advantage is that the resource bundles are in a standard format - and there are tools out there that generate RBs in such a manner so you can reuse them.
Archived Comments
Ray, what's the advantage of doing your localization via Java in this way, over say storing language specific values in a data base or in an WDDX file? Looks impressive ... but i don't quite get it yet.
One advantage is that the resource bundles are in a standard format - and there are tools out there that generate RBs in such a manner so you can reuse them.
Good article. I'm glad that you used the Java classes, for the reason you stated above.