Class EdorasVisI18nProperty

java.lang.Object
com.flowable.platform.common.util.EdorasVisI18nProperty

public class EdorasVisI18nProperty extends Object
Edoras VIS i18n property.
Author:
Filip Hrisafov
  • Method Details

    • localize

      public Optional<String> localize(String language)
      Get the property in the desired language.
      Parameters:
      language - the language to use to localize the property
      Returns:
      the value of the property in the given language, if value in the language does not exists, then the default language for the property value is tried, if that does not exists then Optional.empty() is returned