Package com.evolveum.midpoint.common
Interface LocalizationService
- All Known Implementing Classes:
LocalizationServiceImpl
public interface LocalizationService
Created by Viliam Repan (lazyman).
-
Method Summary
Modifier and TypeMethodDescription@NotNull Locale
default String
translate
(PolyString polyString) default String
translate
(PolyString polyString, boolean allowOrig) translate
(PolyString polyString, Locale locale, boolean allowOrig) default String
translate
(LocalizableMessage msg, Locale locale) translate
(LocalizableMessage msg, Locale locale, String defaultMessage) <T extends CommonException>
Ttranslate
(T e) Fills-in message and localizedMessage based on userFriendlyMessage, if needed.
-
Method Details
-
translate
-
translate
-
translate
-
translate
-
translate
-
translate
-
translate
-
translate
-
translate
Fills-in message and localizedMessage based on userFriendlyMessage, if needed. -
getDefaultLocale
-