public interface MessageResource
Modifier and Type | Method and Description |
---|---|
List<String> |
getAvailableLanguages()
Get all the available languages.
|
String |
getMessage(int code,
String subId,
String language)
Get the message for the corresponding code and sub id.
|
Map<String,String> |
getMessages(String language)
Get all the messages.
|
List<String> getAvailableLanguages()
String getMessage(int code, String subId, String language)
code
- The reply codesubId
- The sub IDlanguage
- The languageCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.