Re: Select a property file

2010-08-02 Thread LeSanglier
http://chenillekit.codehaus.org > > > > > 2010/8/3 LeSanglier > >> >> Another question, does it possible to have a multi-line in my .properties >> file, by example : >> >> vacumcleaner.properties >> >> name = vacum cleaner

Re: Select a property file

2010-08-02 Thread LeSanglier
Another question, does it possible to have a multi-line in my .properties file, by example : vacumcleaner.properties name = vacum cleaner description = the best tool for the house It is red and very small don't hesitate to buy it. -- View this message i

Re: Select a property file

2010-08-02 Thread LeSanglier
Okay, But I don't want to use the Internationalization and localization function, I would like something generic. Another example is to select a description of a product from the properties : product_1.properties product_2.properties product_3.properties. -- View this message in context: http

Select a property file

2010-08-02 Thread LeSanglier
Hello, I would to know if it does possible to select a .properties file by a value ? By example, I got 3 .properties files : desc_fr.properties desc_en.properties des_es.properties And in my product.java, I want to select the good property file and to display the label : private int country =