Interface TranslateLanguage

All Known Subinterfaces:
V8TranslateLanguage
All Known Implementing Classes:
NavigatorTranslateLanguageAdapter, V8TranslateLanguageImpl

public interface TranslateLanguage
An interface that describes a language.
  • Method Details

    • getUuid

      UUID getUuid()
      Returns unique identifier of this language.
      Returns:
      unique identifier of this language. It can't be null.
    • getName

      String getName()
      Returns a name of this language.
      Returns:
      a name of this language. It can't be null.
    • getPresentation

      String getPresentation()
      Returns a presentation (synonym) of this language.
      Returns:
      a presentation (synonym) of this language. It can't be null.
    • getLanguageCode

      String getLanguageCode()
      Returns a code of this language.
      Returns:
      a code of this language. It can't be null.
    • getOption

      TranslationOption getOption()
      Returns a translation option of this language.
      Returns:
      a translation option of this language. It can't be null.