World of tricky Core Java Q and A Covering Object Oriented Analysis and Design, JVM Internals,Java Language Fundamentals,Datatypes,Keywords,Operators and Assignments,Identifies,Declarations and Modifiers, Conversion,Casting and Promotion, Flow control,Assertions, Exception Handling and Garbage Collection,Objects and Classes), Basic Packages and their classes,JDBC,JFC Swing,Java Server Pages (JSP), Servlets,EJB,JMS,JNDI etc and Open source technologies like Struts,Hibernate,Spring etc
Search This Blog
Tuesday, June 17, 2008
How to get localized objects in Java?
A lot of "i18N" programs only have to deal with "strings" that need to be localized. For e.g. labels, other text etc.But what if U need a localized object ?..i.e a double object, a JPEG object etc.There is a special class in Java "ListResourceBundle" that allows a ResourseBundle to be loaded from a ".class" file.Read the tutorial below for more info :http://java.sun.com/docs/books/tutorial/i18n/resbundle/list.html
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment