Package de.xima.fc.common.locale
Interface IBoundMessageLocalizer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IBoundMessageLocalizer
Interface for objects that can localize message keys in a contextually bound locale, optional with parameters.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
localize(String message, Object... parameters)
Localizes a message key in the given locale.
-