Class EdorasVisI18nProperty
java.lang.Object
com.flowable.platform.common.util.EdorasVisI18nProperty
Edoras VIS i18n property.
- Author:
- Filip Hrisafov
-
Method Summary
-
Method Details
-
localize
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
-