Interface I18nSource
-
public interface I18nSourceResolve message keys and message for internationalization. See:I18nHelper.setSource(I18nSource).- Since:
- 1.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]keys(String baseName, Locale locale)List all the message's keys for the given locale.Stringmessage(String key, Locale locale, Object... args)Try to resolve the message under the given key.
-