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