public interface Messages
mondrian.gui.I18n.| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedString(String stringId,
String defaultValue,
Object... args)
Returns the string with given key with substitutions.
|
String |
getString(String stringId,
String defaultValue)
Returns the string with given key.
|