A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
application resources i want to load them according to me
dhanaji sawant
Greenhorn
Joined: May 25, 2006
Posts: 3
posted
Jun 29, 2006 05:20:00
0
the application resource fiels i want to load it manuuly means if i select english then appRou_en will be load in page is it possible.....
Uma Mahi
Ranch Hand
Joined: Jan 11, 2006
Posts: 34
posted
Jun 29, 2006 08:16:00
0
you can try this
ResourceBundle
myResources =
ResourceBundle.getBundle("MyResources", currentLocale);
This is available in
java.util.ResourceBundle
--cheers
Umaa Mahi<br />--SCJP1.4
I agree. Here's the link:
http://aspose.com/file-tools
subject: application resources i want to load them according to me
Similar Threads
GWT vs Struts vs JSF
loading help
How do you maximize on frame load?
Adding a file to a program
hi helpme
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter