Package net.sf.okapi.common
Interface LocalePair
-
- All Known Implementing Classes:
DefaultLocalePair
public interface LocalePair
A source and target locale pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocaleId
source()
Obtains the source locale.LocaleId
target()
Obtains the target locale.
-