Package com.microstrategy.utils
Interface LocalizableMessage
-
- All Known Implementing Classes:
MSTRMessage
public interface LocalizableMessage
- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
getDefaultLocale()
int
getErrorCode()
java.lang.String
getMessage()
java.lang.String
getMessage(java.util.Locale locale)
void
setDefaultLocale(java.util.Locale locale)
-