Interface Localizable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DummyLocalizable,LocalizedFormats
public interface Localizable extends Serializable
Interface for localizable strings.- Since:
- 2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocalizedString(Locale locale)Get the localized string.StringgetSourceString()Get the source (non-localized) string.
-
-
-
Method Detail
-
getSourceString
String getSourceString()
Get the source (non-localized) string.- Returns:
- source string
-
-