Module omix.api
Package omix.util

Interface Translating


public interface Translating
This interface represents the translation mechanism of Omix.
Since:
Omix 1.3
Author:
Dr. Peter Droste, Omix Visualization
See Also:
OmixApplication.translate(String, String)
  • Method Summary

    Modifier and Type Method Description
    String translate​(String context, String text)
    This method translates a text into the currently active language of Omix if there is a translation available.
  • Method Details

    • translate

      String translate​(String context, String text)
      This method translates a text into the currently active language of Omix if there is a translation available.
      Parameters:
      context - The context of the text (for instance, class name)
      text - to be translated
      Returns:
      translation