Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Interface Internationalistion

This is a discussion on Interface Internationalistion within the Java forums, part of the Programming Talk category; I have to create a page which will have radio buttons These radio buttons will decide the language of the ...

  1. #1
    Guptha_S is offline Member Array
    Join Date
    Jan 2006
    Answers
    46

    Interface Internationalistion

    I have to create a page which will have radio buttons
    These radio buttons will decide the language of the page to be displayed in like English, Hindi, Tamil etc.,. How can I find or read data selected by several users? How to store the data on the property file?


  2. #2
    lokeshm is offline Member Array
    Join Date
    Apr 2005
    Answers
    83
    Use `store` method of properties class to store the properties object to a file.
    Properties class has hashtable data structure of String keys along with String value for each key.
    To manage properties, create instances of java.util.Properties. This class provides methods for the following:

    - Loading key/value pairs into a Properties object from a stream,
    - Retrieving a value from its key,
    - Listing the keys and their values,
    - Enumerating over the keys, and
    - Saving the properties to a stream.


Latest Article

Network Security Risk Assessment and Measurement

Read More...