Home Freemagazine Issue3 Java Developers Desk



Java Developers Desk
Posted on: October 8, 2010 at 12:00 AM
Internationalization is one of the key features of Java language, which makes a java application internationalized.

Java Developers Desk

       

Internationalization

Internationalization is one of the key features of Java language, which makes a java application internationalized. In other words, internationalization is the process of designing an application, which is able to adapt itself in different countries and regions without recompiling. Normally, software follows the conventions of region or country in which it is developed. This software is supposed to be used by the group of users familiar with this particular convention. For example, an American developer tends to develop software, which displays text in English, take the amount of money in ?dollars? etc.

  1. Properties Files Naming Convention
    Creating a default properties file is a good practice, which is available to the program by default. You can give any name to this file but remember to use the same name that your ResourceBundle uses (MessageBundle. properties file in our example).

Read more at:

http://www.javajazzup.com/issue3/page10.shtml

 

       

Related Tags for Java Developers Desk:


More Tutorials from this section

Ask Questions?    Discuss: Java Developers Desk  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.