Project

General

Profile

« Previous | Next » 

Revision 16583742

Added by Cherian Mathew over 8 years ago

#5335 Use new getLanguageByLabel methof in term service

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/LanguageRepresentationPreferencePage.java
104 104
			@Override
105 105
			public void widgetSelected(SelectionEvent e) {
106 106
				int selectionIndex = combo_globalLanguage.getSelectionIndex();
107
				globalLanguage = Language.getLanguageByLabel(combo_globalLanguage.getItem(selectionIndex));
107
				globalLanguage = CdmStore.getCurrentApplicationConfiguration().getTermService().getLanguageByLabel(combo_globalLanguage.getItem(selectionIndex));
108 108
			}
109 109
		});
110 110
	}

Also available in: Unified diff