import java.util.ListResourceBundle; public class NumbersBundle_fr extends ListResourceBundle { public Object[][] getContents() { return contents; } static final Object[][] contents = { // LOCALIZE THIS { "GDP", new Double(18200) }, { "Population", new Integer(57840445) }, { "Literacy", new Double(0.99) }, // END "LOCALIZE THIS" }; }