public interface LocaleDisplayable extends Displayable
Locale
s available; then return the Displayable.getDisplayName()
corresponding to the Locale
LocaleDisplayable
will not guarantee a different value for each locale, value is always only one in most cases.
Locale
specific to the data point, in other words
the Locale in which the value was stored is @ a data level not meta-or class level.Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(Locale locale)
|
getDisplayName
String getDisplayName(Locale locale)
Locale
.Locale
using one of the existing constants or
BaseLocale.createInstance(String, String)
where country code can be blank "" and variant null.locale
- as Locale
Copyright © 2018. All rights reserved.