Re: [JPP-Devel] Questions On Best Practices For Java Internationalization

2007-11-21 Thread Paul Austin
Landon, 1. Long strings should be fine, although if you start having a bunch of HTML in there then maybe look at having a I18N mechanism for HTML fragments. 2. What I typically do is define a constant for each of my I18N strings and use those where required. Paul Sunburned Surveyor wrote: > I've

[JPP-Devel] Questions On Best Practices For Java Internationalization

2007-11-21 Thread Sunburned Surveyor
I've almost finished the internationalization of the Super Select Plug-In. I had a couple of questions about best practices for I18N in Java: [1] Is there a limit to the size of a String that should be internationalized in a Resource Bundle? For example, I have a couple paragraphs of help text tha