@FunctionalInterface
public interface TranslationFunction
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.String |
translate(@NonNull java.util.Locale locale,
@NonNull java.lang.String key)
Translate the given key in to the locale
|