This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes can i use an xml file  for internationalized text instead of Application.properties Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "can i use an xml file  for internationalized text instead of Application.properties" Watch "can i use an xml file  for internationalized text instead of Application.properties" New topic
Author

can i use an xml file for internationalized text instead of Application.properties

dharma gorja
Greenhorn

Joined: Apr 24, 2005
Posts: 2
can i use an .xml file for internationalized text instead of Application.properties
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Not if you want to use ResourceBundles and have Java automatically pick the correct localization.


Android appsImageJ pluginsJava web charts
Axel Janssen
Ranch Hand

Joined: Jan 08, 2001
Posts: 2164
you might generate the .properties file from xml file.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: can i use an xml file for internationalized text instead of Application.properties
 
Similar Threads
Internationalization and Font size
Struts using xml (properties file)
struts: use .xml file instead of .properties?
Use of two configuration xml file using Jconfig
Internationalization of Velocity templates