public interface Localizable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedString(Locale locale)
Gets the localized string.
|
String |
getSourceString()
Gets the source (non-localized) string.
|
String getSourceString()
String getLocalizedString(Locale locale)
locale - locale into which to get the string.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.