List all avilable ResourceBundle Files

Posted by shay on Stack Overflow See other posts from Stack Overflow or by shay
Published on 2010-04-21T19:20:49Z Indexed on 2010/04/21 19:23 UTC
Read the original article Hit count: 432

Filed under:
|
|

Hello all ,

i am using ResourceBundle and i want to give the user an option to select a language for the GUI.

i want to get a list of all resource files that are under a specific package.

i don't know what resource i will have since this application based on plug-ins is there an option to ask from java to search all available resources under a package ?

(if no i guess the plug-in should give all available local for it)

thank you all

© Stack Overflow or respective owner

Related posts about java

Related posts about resourcebundle