public interface Messages
Support for I18N.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MESSAGES
-
-
Method Details
-
getString
Returns a string for the given key.- Parameters:
key
- the key for the desired string.- Returns:
- a string for the given key
-
format
Returns a formatted string using the format string for the given key and arguments.- Parameters:
key
- the key for the desired format string.args
- arguments referenced by the format specifiers in the format string.- Returns:
- a formatted string using the format string for the given key and arguments
-