1. Shreyas's Avatar
    Hi,

    I am creating a resource file using

    Code:
    ResourceBundle _resources = ResourceBundle.getBundle(BUNDLE_ID,	BUNDLE_NAME);
    Now i want to create another Resource file in that same class.

    Can i do it in the same way like for first Resource file ?

    The interface ResourceFile.java is an auto-generated file. Then how to view it ?
    01-27-10 08:40 AM
  2. Shreyas's Avatar
    I m able to view interface ResourceFile.java file.

    ResourceFile.rrc consists of Keys & Values. From a Key I can get its value using

    Code:
    _resources.getString(key);
    But how to get Key ? I want to get the list of all Keys available in my resource file . How to get it ?
    01-27-10 09:10 AM
  3. Shreyas's Avatar
    I have solved this error.

    Now I want to get the list of all Keys available in my resource file . How to iterate through all Keys available in ResourceFile.rrc ?

    How to get it ?
    01-28-10 06:03 AM
LINK TO POST COPIED TO CLIPBOARD