Interface LocalePair

  • All Known Implementing Classes:
    DefaultLocalePair

    public interface LocalePair
    A source and target locale pair.
    • Method Detail

      • source

        LocaleId source()
        Obtains the source locale.
        Returns:
        The source locale
      • target

        LocaleId target()
        Obtains the target locale.
        Returns:
        The target locale