Subject: XML based application resources?
From: Davor Cengija <[EMAIL PROTECTED]>
 ===
Is there an extension or maybe some trick in Struts which would allow me to 
have xml-based application resource files? It is very complicated to 
maintain 4 or even more .properties files in different languages. What I'd 
like to have is a single xml file with all the translations in it, 
something like this:

<ApplicationResources>
  <message key="color">
    <value lang="en_US">Color</value>
    <value lang="de">Farbe</value>
    <value lang="hr">Boja</value>
  </message>
  <!-- etc... -->
</ApplicationResources>

Thanks
-- 
Davor Cengija
[EMAIL PROTECTED]
=============================
"Nicht in die Augen bringen!"

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to