Interface PrePopulateTargetLanguagesHook


public interface PrePopulateTargetLanguagesHook
This interface provides a way to preselect the target languages to be displayed under 'Selected Target Languages' section in Create translation package dialog.

Supported API: true

Extendable: true
  • Method Details

    • getSelectedTargetLanguageCodes

      Set<String> getSelectedTargetLanguageCodes(Persistable p) throws WTException
      This method returns the set of target language codes.

      Supported API: true

      Parameters:
      p - Root object
      Returns:
      Set of target language codes.
      Throws:
      WTException - Supported API: true