final Vocabulary resources = Vocabulary.getResources(locale);
final TableWriter table = new TableWriter(out, TableWriter.SINGLE_VERTICAL_LINE);
table.setMultiLinesCells(true);
table.writeHorizontalSeparator();
table.write(resources.getString(VocabularyKeys.FACTORY));
table.nextColumn();
table.write(resources.getString(VocabularyKeys.AUTHORITY));
table.nextColumn();
table.write(resources.getString(VocabularyKeys.VENDOR));
table.nextColumn();
table.write(resources.getString(VocabularyKeys.IMPLEMENTATIONS));