ResourceBundle rb = ResourceBundle.getBundle("Widgets"); data[2] = rb.getString("filedialogs.cantopen.string"); String result = MessageFormat.format( rb.getString("filedialogs.cantopen.format"), data); System.out.println(result);