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 Details
-
translate
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
-