W
William Cole
I am currently building a web application using the Struts framework.
I need to internationalize the site so I am putting all of the
localizable text into the resource bundle. The first question I have
is how can I add a multiple line key value pair? Some of my values in
the properties file are a paragraph long. My next question is about
colons. I am reading "Programming Jakarta Struts" from O'reilly (1st
edition I believe)and on page 294 they talk about how you can use
colons instead of the equal sign. Is there away to escape the colon so
that I could use colons in my value? For example
jsp.index.title=Project Name: Site Introduction
Any help would be appreciated.
</WRC>
I need to internationalize the site so I am putting all of the
localizable text into the resource bundle. The first question I have
is how can I add a multiple line key value pair? Some of my values in
the properties file are a paragraph long. My next question is about
colons. I am reading "Programming Jakarta Struts" from O'reilly (1st
edition I believe)and on page 294 they talk about how you can use
colons instead of the equal sign. Is there away to escape the colon so
that I could use colons in my value? For example
jsp.index.title=Project Name: Site Introduction
Any help would be appreciated.
</WRC>